Stuart McLachlan
stuart at lexacorp.com.pg
Thu Mar 16 15:50:38 CST 2006
On 16 Mar 2006 at 20:05, jimjih at comcast.net wrote: > Hi all, > This is probably a simple problem, but I can't find the answer in Help or > several books: I have a form to enter Delivery Tickets. The data can take > several avenues as to how it is billed, so I use Option Groups to get that > info, and then I make certain blocks visible or not visible. If I close the > form and re-open, the option groups will have neither option selected. But > if I use the Control to Enter a New Ticket, the option that was last used is > still checked. In the "Enter New Ticket" control (Properties or code) can I > tell access to uncheck the options. Setting the "No Default" property > doesn't do it. > I presume that the option groups are unbound. You need to set the value of the option group to a number which doesn't correspond to any of the Option Values of it's child buttons. Since re-opening the form does this, it looks like you just need to set them to 0. -- Stuart