Hi,
How can I update all the queries when I enter a new record in a form?
When I enter a new employee record in a form, I want all the queries that are related to the employee information table to be updated with this new entry.
Thanks.
Hi,
How can I update all the queries when I enter a new record in a form?
When I enter a new employee record in a form, I want all the queries that are related to the employee information table to be updated with this new entry.
Thanks.
Data entry/edit is automatically reflected in all query objects using the table being edited.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Except for quries that have a one-to-one relationship and a related record is not found in all the tables concern.Data entry/edit is automatically reflected in all query objects using the table being edited
That would depend on the join type - for an INNER join, yes. INNER JOIN requires related records on both sides for data to show in query for any type of relationship.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.