SFCMatthews
Registered User.
- Local time
- Today, 02:46
- Joined
- Feb 3, 2012
- Messages
- 44
I have a query that when ran I would like it to ask for input. I need it to show one of the records that is required for eveyone all of the time, and still ask for input for additional records that are only required for a selected few.
Example:
Show "A" all of the time
user inputs "B", "C", or "D"
Query show recordes from "A", and user input
Show "A" all of the time
user inputs "B", "C", or "D"
Query show recordes from "A", and user input
SQL Code: Like "*" & [Enter Command] & "*" & " Core Task"
"Core Task" is the "A" form the example above.
"Core Task" is the "A" form the example above.
Last edited: