G
Guest
- querying data from an access database based on a field.
- Allow user to update data
- Submit and the database is updated
Problem: the field I’m using to query the data I don’t want to be shown or
protect the field against update. This field is not updated because it is
not in my update statement, however if the user enters any changes in this
field none of the other fields get updated.
Question:
- Can I hide the query field or protect from update in the form
- Allow user to update data
- Submit and the database is updated
Problem: the field I’m using to query the data I don’t want to be shown or
protect the field against update. This field is not updated because it is
not in my update statement, however if the user enters any changes in this
field none of the other fields get updated.
Question:
- Can I hide the query field or protect from update in the form