Input Help

  • Thread starter Thread starter Aurora
  • Start date Start date
A

Aurora

I am working on MS Access 2003.
I have a field that I want to start with "PM--" and then allow the user to
add 6 numbers after that. I have forgotten how to set this up in my
Database. Can someone please help me?

Aurora
 
I am working on MS Access 2003.
I have a field that I want to start with "PM--" and then allow the user to
add 6 numbers after that. I have forgotten how to set this up in my
Database. Can someone please help me?

Aurora

If the field ALWAYS contains PM-- at its beginning, then you would do best not
to store it at all; you can *display* it by using a Format property like

"PM\-\-000000"

How do you want to handle fewer than six digits: prohibit entry? leading
zeros? trailing blanks?
 

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

Share a Db 2
auto number 1
Month:YeaR 2
Creating Custom MS-Access Input Masks 0
Relationships 3
Time Input Mask to show "5:35pm" ONLY 3
Format a field 1
Calculated Field in Db Table 14

Back
Top