Set Format

  • Thread starter Thread starter Anthony
  • Start date Start date
A

Anthony

I'm trying to set a field format to read 2 letters followed by 5 numbers.
ex. XX00000. Any suggestions?
 
You say field which indicates you are trying to set the property in the
table. if so, click in the row "Input Mask" and press F1 to see the options.
You need to decide if entry is required

AA00000

Or If its not required

aa999999

You will see the available options on pressing F1 in the row.

The same goes for Controls on the form, look for Input Mask in the
properties of the control.

Does this answer your question? If not please re-post here with further info.

Regards

Mike B
 
It works. Thank You.

MikeJohnB said:
You say field which indicates you are trying to set the property in the
table. if so, click in the row "Input Mask" and press F1 to see the options.
You need to decide if entry is required

AA00000

Or If its not required

aa999999

You will see the available options on pressing F1 in the row.

The same goes for Controls on the form, look for Input Mask in the
properties of the control.

Does this answer your question? If not please re-post here with further info.

Regards

Mike B
--
Advice to Posters.
Check your post for replies or request for more information.
Consider providing some feed back to the response you have recieved.
Kindest Regards Mike B
 

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


Back
Top