shadowspell
New member
- Local time
- Today, 15:51
- Joined
- Apr 8, 2003
- Messages
- 8
I have a form I want to use to update records in my database. I don't want to use the same form as I do to enter new records.
The form is based on a query where some fields have a criteria.
I have found that I cannot update the fields that have a criteria.
I am using four tables. Three of the table have a relation to the one main table. I do not enforce referential integrity since this would not be expediant.
There must be a way to construct this query to allow me to update fields that have criteria. Can someone help?
Thanks,
Chris
The form is based on a query where some fields have a criteria.
I have found that I cannot update the fields that have a criteria.
I am using four tables. Three of the table have a relation to the one main table. I do not enforce referential integrity since this would not be expediant.
There must be a way to construct this query to allow me to update fields that have criteria. Can someone help?
Thanks,
Chris