I created check boxes [yes\no] in a form that gets its data from a table with yes\no fields that I want to point it to. Why am I not able to make it point to the fields in the table to update it?
1. check the query bring in the data if you can not edit in it then the form will not be able to edit the field.
(run the query and try editing a field)
2. Check to make sure the Allow Edits property on the form in set to True
3. make sure the field is not locked.
Brought to you By Nedaineum
|
|
The port to Geektron
If you place the table name in the Control Source of the form and the place the column name in the control source of the field the updateing will happen automatically everytime you change the value on the form.
Brought to you By Nedaineum
|
|
The port to Geektron
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.