G
Guest
I have a database that is linked to an ODBC (which is our production system).
I have created a database that allows the user to update the pricing of our
material.
After changes have been made, a macro sends the user a report that shows the
updated pricing.
Here's what I can't figure out: The user needs to be able to, when sending
the report, enter a number to search by to limit the results of the query.
For example, they will need to search by the P.O. number which is in the
format of: W050642K, where W = plant name code, 0506 format of date, and 42K
is the board grade.
When the query runs, I need it to prompt the user to enter the "0506"
information (that will be different for every month, June = 0606, etc.).
How can you prompt the user to only have to enter the 4 digit month/year
combo and have it search the P.O. field for P.O.'s that include the 4 digit
combo?
I can hard-code it in the design view and it works fine, but I want it to
prompt the user to enter the 4 digit combo....any suggestions?
I have created a database that allows the user to update the pricing of our
material.
After changes have been made, a macro sends the user a report that shows the
updated pricing.
Here's what I can't figure out: The user needs to be able to, when sending
the report, enter a number to search by to limit the results of the query.
For example, they will need to search by the P.O. number which is in the
format of: W050642K, where W = plant name code, 0506 format of date, and 42K
is the board grade.
When the query runs, I need it to prompt the user to enter the "0506"
information (that will be different for every month, June = 0606, etc.).
How can you prompt the user to only have to enter the 4 digit month/year
combo and have it search the P.O. field for P.O.'s that include the 4 digit
combo?
I can hard-code it in the design view and it works fine, but I want it to
prompt the user to enter the 4 digit combo....any suggestions?