Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access XP: clearing checkbox when creating new record 1

Status
Not open for further replies.

kjmast

Instructor
Aug 8, 2003
23
US
Hi all

I have an area on an entry form in Access XP for just checking off options that apply to that one record. When I create a new record, the check boxes do not reset themselves so they are all blank again. Is there a relatively easy way to do this without getting into detailed programming? Thanks in advance for any assistance....
 
In the Form's Design View,
Right-click the checkbox
Select Properties
Default Value True
Close the Properties window
Repeat for each checkbox
Now, any new records will have cleared checkboxes.
 
dcompto

Excellent!! So much easier than programming!!!

Thanks again...

kjmast
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top