Input Mask

R

Ramone

Hello All,

Is it possible to use an input mask when a parameter box
comes up, if so can you show me how this would be done.


Thanks for any help

Ramone
 
L

Lynn Trapp

Not if you are referring to the paramater window that comes up when you
putsomething like [End Date] in the criteria of a query. However, if you
create a form that calls your query, you can put a format mask on the
textbox for your parameters. Then you would reference the textbox in your
query something like this:

Forms!YourForm!YourFormName
 
Top