Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Access Check Box Control
Name: MAllen Date: November 6, 2005 at 12:10:27 Pacific OS: - CPU/Ram: -
Comment:
Hello
I am trying to get Check box control to work on my Access database.
I have this form that needs check boxes on, with yes and no columns. The first two results in the form need to be ticked yes and the others no.
However once I have created the check box and tick the first two the other remaining three records are also ticked as yes and if I try to click no it changes them all.
How can I get it so just the first two boxes are ticked and the others are left as no or not ticked at all.
Summary: Hi Evelynn Your problem lies in that the check boxes must be in the main table as a yes/no option. You then have to link the check boxes on the form with the check boxes in the table. You will have to...
Summary: Ho Ho Ho! hopefully this is an easy fix compared to my other postings but who knows! one of the forms i have has a detail section with ItemName (a text field) and three check boxes (CheckOne, CheckTwo...
Summary: I've created checkboxes for visual purposes within EXCEL... I would like to make a button in which I can UNCHECK all check boxes with one click of the button... But I'm not sure how to go about it. An...