Masking Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that I need to have it show and print a number that starts with
a "0".
the number is 064278 I trred to use a mask with "999999" but it did not
word. Any Ideas.
 
Number do not have leading zeros - text information can.

You can fill in leading zeros in a query like this --
Your Field Label: Right("00000" & [YourFieldName],6)
 

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

Back
Top