G
Gary D.
I am using the following syntax to open a form (custom dialog pop-up):
DoCmd.OpenForm "formname", acNormal, , , acReadOnly, acDialog,
"openargs"
This works fine.
What I would like to do is return a value from the open form when a
user clicks a button.
Can this be done using the above approach?
If not, what are the alternatives?
Thanks.
DoCmd.OpenForm "formname", acNormal, , , acReadOnly, acDialog,
"openargs"
This works fine.
What I would like to do is return a value from the open form when a
user clicks a button.
Can this be done using the above approach?
If not, what are the alternatives?
Thanks.