T
tinab
I have been trying to figure out how to have my parameter query get
the criteria from a form I have created. I enter the criteria using
the Forms!FormName!FormControl and I always get the default access
form "Enter Parameter" with the name of my form on it. I have read
everything possible in the groups, I even went through steps in the
http://support.microsoft.com/kb/q209645 sample using Northwind and it
did not work either. This is so frustrating! I read a posting asking
how to do this and the following is the answer to the posting. I have
read many responses with these instructions and it does not work! I
have been dealing with this issue for the last week and I am so
frustrated!
Answer to the posting:
You can't do this with the standard parameter form that pops up in a
parameter query. You will have to create your own form (one that looks
like
the parameter query box) and add your input mask to the text box. You
then
reference it in the query's criteria as follows:
=Forms!YourParameterForm!YourTextBox
the criteria from a form I have created. I enter the criteria using
the Forms!FormName!FormControl and I always get the default access
form "Enter Parameter" with the name of my form on it. I have read
everything possible in the groups, I even went through steps in the
http://support.microsoft.com/kb/q209645 sample using Northwind and it
did not work either. This is so frustrating! I read a posting asking
how to do this and the following is the answer to the posting. I have
read many responses with these instructions and it does not work! I
have been dealing with this issue for the last week and I am so
frustrated!
Answer to the posting:
You can't do this with the standard parameter form that pops up in a
parameter query. You will have to create your own form (one that looks
like
the parameter query box) and add your input mask to the text box. You
then
reference it in the query's criteria as follows:
=Forms!YourParameterForm!YourTextBox