G
Guest
Good morning,
I have a form where users can select a client from a combo box to show the
records of that client. On the same form, I have a print button where people
can click the button to print the records of the clients they desire.
What is happening is when people click on the print button, it will prompt
the user to type in the client #. Then print the client's records. I don't
want the database to prompt for the client # for the user to type in.
Instead, I want it to print a report (with prompting) based on the client
that user has selected on the form.
How can I connect the form and the report so that it would print without
prompting? I have a report created for that print button. I don't want to
print the actual form.
Thanks.
I have a form where users can select a client from a combo box to show the
records of that client. On the same form, I have a print button where people
can click the button to print the records of the clients they desire.
What is happening is when people click on the print button, it will prompt
the user to type in the client #. Then print the client's records. I don't
want the database to prompt for the client # for the user to type in.
Instead, I want it to print a report (with prompting) based on the client
that user has selected on the form.
How can I connect the form and the report so that it would print without
prompting? I have a report created for that print button. I don't want to
print the actual form.
Thanks.