|
Re: How to link a check box on a form to a table
Hi dandavis1,
There's no "one per form" limit for checkboxes.
Check the usual suspects:
1. Ensure the table has a field to hold the "OnRecord" data. (Usually a Yes/No data type, but it doesn't have to be.)
2. If you've linked the form's "Record Source" to the table via a query, ensure the query also contains the "OnRecord" field.
3. If you've already added the checkbox to the form, ensure the checkbox "Control Source" is linked to "OnRecord".
Cheers,
__________________
Docendo discimus.
|