D
Dar
I have a command button on a form which will output a report to a specific
folder in Snapshot format. The form has a text field identifying a
particular patient. The user may input for several patients and needs to
send a separate report for each. While the command button works, the reports
are overwritten each time the user exports to folder.
What is the code to tell the output to name the report based on text field?
I am using the DoCmd.Output to etc.
Thanks in advance
folder in Snapshot format. The form has a text field identifying a
particular patient. The user may input for several patients and needs to
send a separate report for each. While the command button works, the reports
are overwritten each time the user exports to folder.
What is the code to tell the output to name the report based on text field?
I am using the DoCmd.Output to etc.
Thanks in advance