O
OD
I would like call muilti forms one at a time. Such as getting a date for a
query or report, then call another form. I know that I can call another form
from the form. I'm try to keep my forms more generic, and more private
variables. right now I have to use a lot Public variable.
Example of what I would like to is"
DoCmd.Openform "Date Dialog" {this would return a date}.
?????wait until done with "Date Dialog"
DoCmd.Openform "Print report" {this would allow the user to do something.}
Thanks
OD
query or report, then call another form. I know that I can call another form
from the form. I'm try to keep my forms more generic, and more private
variables. right now I have to use a lot Public variable.
Example of what I would like to is"
DoCmd.Openform "Date Dialog" {this would return a date}.
?????wait until done with "Date Dialog"
DoCmd.Openform "Print report" {this would allow the user to do something.}
Thanks
OD