On Mon, 9 Jul 2007 11:52:02 -0700, Meridian
<(E-Mail Removed)> wrote:
>I have been searching and searching, but I am able to find the answer I need.
>I created a checkbox in Access and when I go back to the form view I can
>check the box, save the database, but when I close out and go back in the
>checkbox is not selected. This also happens if I check the box, go into the
>design view, and back to form view. Is there a setting that needs to be
>updated, or how to enable the checkbox to stay selected? Thanks so much!
A Form is JUST A WINDOW. Checkboxes, textboxes, etc. are just controls; they
do NOT store any information.
Information is stored in a Table. A Checkbox control can be bound to a Yes/No
field in a table, by setting its Control Source property to the name of that
field; this will let you store multiple records, some checked yes, some
checked no.
If that's not what you're trying to accomplish, please explain.
John W. Vinson [MVP]
|