April15Hater
Accountant
- Local time
- Yesterday, 21:51
- Joined
- Sep 12, 2008
- Messages
- 349
Hi-
I have a pretty basic question that would save me a bunch of time. Right now I have a form button (Forms!frmStep5b!cmdOverride) that opens another form:
DoCmd.OpenForm "frmOverrride", , , , ACDialog
I know I can use OpenArgs to pass a variable from frmStep5b to frmOverrride. However I'd like to be able to pass a value in the reverse: frmOverride to frmStep5. Is such a thing possible or am I going to have to resort to public variables?
Thanks,
Joe
I have a pretty basic question that would save me a bunch of time. Right now I have a form button (Forms!frmStep5b!cmdOverride) that opens another form:
DoCmd.OpenForm "frmOverrride", , , , ACDialog
I know I can use OpenArgs to pass a variable from frmStep5b to frmOverrride. However I'd like to be able to pass a value in the reverse: frmOverride to frmStep5. Is such a thing possible or am I going to have to resort to public variables?
Thanks,
Joe