I'm wanting to do the following steps:
1) open form
2) set some fields in this form via VB
3) make the form acDialog so that code waits for the form to be closed
My problem:
How can I make a form acDialog after opening? Is this possible?
I don't want to:
- use global variables
- use table...