Hello,
I have a problem with opening the report using a variable from the access form.
Suppose I have a form with customer data - one of the fields is called "ClientID" and in the same databese I have a report that uses a query that one of the parameters is "Like [Enter ClientID:]". When report starts the user is prompted: "Enter ClientID:" If user puts from keyboard "ClientID" the command shows a report for the entered value.
I would like to ask if there is a way for the report/query to take the "ClientID" from the form with customer data.
Thanks in advance for help.
I have a problem with opening the report using a variable from the access form.
Suppose I have a form with customer data - one of the fields is called "ClientID" and in the same databese I have a report that uses a query that one of the parameters is "Like [Enter ClientID:]". When report starts the user is prompted: "Enter ClientID:" If user puts from keyboard "ClientID" the command shows a report for the entered value.
I would like to ask if there is a way for the report/query to take the "ClientID" from the form with customer data.
Thanks in advance for help.
Comment