Input Mask

  • Thread starter Thread starter Ramone
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Input Mask - Date and Time 7
Remove input mask format 4
Input masks 4
Input masks 1
How do I use the letter 'L' in an input mask? 1
Input masks 3
input masks 10
Input Mask in tables 2

Back
Top