Parameter Query with Input Mask

  • Thread starter Thread starter Kerry
  • Start date Start date
K

Kerry

Is is possible to have a parameter query with an input
mask for the field that you're prompted to type
information into? For example, SSN#. If so, how would you
do it?
 
Is is possible to have a parameter query with an input
mask for the field that you're prompted to type
information into? For example, SSN#. If so, how would you
do it?

Not with the query prompt, but if you add an unbound control to a
form, you can use, as query criteria:

forms!FormName!ControlName

The form must remain open when the query is run.
 
Back
Top