accessNator
Registered User.
- Local time
- Today, 10:27
- Joined
- Oct 17, 2008
- Messages
- 132
Can anyone point me to an example where there is a vba code to create a query and bound the result to a form?
This allows the user to see the result, but cannot directly edit the information so it wont affect the data from the underlying table. But if the user wants to edit the information, the user can make the edit then click on a save button to update the record, possible delete the record too.
I want to get away from creating a form that is directly bound to a query or table which the user can make edits to the record.
Thanks for any information.
This allows the user to see the result, but cannot directly edit the information so it wont affect the data from the underlying table. But if the user wants to edit the information, the user can make the edit then click on a save button to update the record, possible delete the record too.
I want to get away from creating a form that is directly bound to a query or table which the user can make edits to the record.
Thanks for any information.