GregoryWest
Registered User.
- Local time
- Today, 15:37
- Joined
- Apr 13, 2014
- Messages
- 161
I have a form with several fields and a subform.
What I am trying to do is write some VBA code so that when any one of the first three fields is changed:
A) VBA code will update a field of one of the open tables,
B) Access will re-query the forms data source query,
C) Access will refresh the form with the new data.
I have all the code I need, where I am having problems is the collisions between the open form, and the VBA code updating the same table and the refresh of the form itself.
Has anyone ever created a form like this?
example
Account# Name: Address:
When the user puts in a new account number, the name and address are updates to the new account number information, and able to be edited....
What I am trying to do is write some VBA code so that when any one of the first three fields is changed:
A) VBA code will update a field of one of the open tables,
B) Access will re-query the forms data source query,
C) Access will refresh the form with the new data.
I have all the code I need, where I am having problems is the collisions between the open form, and the VBA code updating the same table and the refresh of the form itself.
Has anyone ever created a form like this?
example
Account# Name: Address:
When the user puts in a new account number, the name and address are updates to the new account number information, and able to be edited....