My main form and subform are based on different queries.
The query for the main form returns...
ListID...Product...Location
The query for the subform returns...
ListID...Cost...Quantity...several calculated fields
I can edit data on the main form and on the sub form. However, if I make changes on the main form first, any attempt to make changes on the sub form results in this warning message:
After clicking the OK button, I can make changes to the subform data without further warnings.
This does not occur if I make changes to the subform first.
How can I stop the warning message from appearing?
Randy
The query for the main form returns...
ListID...Product...Location
The query for the subform returns...
ListID...Cost...Quantity...several calculated fields
I can edit data on the main form and on the sub form. However, if I make changes on the main form first, any attempt to make changes on the sub form results in this warning message:
Access said:The data has changed.
Another user edited this record and saved the changes before you attempted to save your changes.
Re-edit the record.
After clicking the OK button, I can make changes to the subform data without further warnings.
This does not occur if I make changes to the subform first.
How can I stop the warning message from appearing?
Randy