D
Dennis
Hi,
I'm using Access via XP Office Pro.
I have a report that is calling a form that allows users to enter the
different options and parameters for the report (ie. Sort options, beginning
and ending dates, etc.). When the user is done entering their options and
click on the Generate Report (close) button, I hide the form. The report
closes the form when it is down.
Currently, I am returning the values via global variables. I also know that
I can reference the variables in my source query by using
Forms!FormName!VariableName.
Sometimes I use this technique if I have to call a form from within a form.
What is the best way for the form to return the values back to the report so
it can setup the appropriate SQL source statement?
I also have this same issue when my data entry form calls a "Add Reference
Info" form so the user can add a code and description. I would like the
reference form to return the value to my data entry form. I would then set my
data entry value to the value that was returned from my external form.
Thanks,
Dennis
I'm using Access via XP Office Pro.
I have a report that is calling a form that allows users to enter the
different options and parameters for the report (ie. Sort options, beginning
and ending dates, etc.). When the user is done entering their options and
click on the Generate Report (close) button, I hide the form. The report
closes the form when it is down.
Currently, I am returning the values via global variables. I also know that
I can reference the variables in my source query by using
Forms!FormName!VariableName.
Sometimes I use this technique if I have to call a form from within a form.
What is the best way for the form to return the values back to the report so
it can setup the appropriate SQL source statement?
I also have this same issue when my data entry form calls a "Add Reference
Info" form so the user can add a code and description. I would like the
reference form to return the value to my data entry form. I would then set my
data entry value to the value that was returned from my external form.
Thanks,
Dennis