GregoryWest
Registered User.
- Local time
- Today, 15:37
- Joined
- Apr 13, 2014
- Messages
- 161
I have a form, in two places it is called from VBA code and I would like to supply the required number that in the 3rd place the user has to enter. Can this be done?
What I mean is there is a button where the user can open a form, for editing. The user is required to enter the transaction number to edit.
In two other places in my program I have VBA code create a new transaction and then open the same form for editing. What I would like to happen is if the VBA code opens the form is there a way the VBA code can open the form AND supply the transaction number at the same time?
What I mean is there is a button where the user can open a form, for editing. The user is required to enter the transaction number to edit.
In two other places in my program I have VBA code create a new transaction and then open the same form for editing. What I would like to happen is if the VBA code opens the form is there a way the VBA code can open the form AND supply the transaction number at the same time?