Mbri
Programmer
- Jul 8, 2003
- 6
What we have is two separate tables. On one table is a list of functional locations for motors in the mill that we're working at. On the other table is a history that is related to each functional location. The problem is that there are multiple histories for each functional location and when we want to delete an entire functional location out of the database as the mill changes, the histories are contained in a sub-form and cause this problem... When a functional location is deleted from the first table, the coinciding history pertaining to that functional location remains in the sub-form's table.
The only possible way that we have found to deal with this is to delete all of the history records prior to deleting the functional location record. What we would like is to use one delete button on the main form to delete all of the history records and the functional location record with one click.
The only possible way that we have found to deal with this is to delete all of the history records prior to deleting the functional location record. What we would like is to use one delete button on the main form to delete all of the history records and the functional location record with one click.