Ashenton,
The attached revision of your db includes the following modifications:
1. DAMS table-changed "required" to not required (model,status,e tc). Requiring them in table for additions also makes them required for inquiries and edits. Generally, enforcement of required fields is handled thru form edit code via the fields before update event.
2. DAMS Stock Edit form- added an unbound search field; eliminated existing code related to old search field because you were using bound field which would change the table. Locking the old field interfered with Editing. Added new code routines for AfterUpdate, Current events
Test it out and let me know.
The attached revision of your db includes the following modifications:
1. DAMS table-changed "required" to not required (model,status,e tc). Requiring them in table for additions also makes them required for inquiries and edits. Generally, enforcement of required fields is handled thru form edit code via the fields before update event.
2. DAMS Stock Edit form- added an unbound search field; eliminated existing code related to old search field because you were using bound field which would change the table. Locking the old field interfered with Editing. Added new code routines for AfterUpdate, Current events
Test it out and let me know.
Comment