microsoft access formatting

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

Guest

formatting a data field in an access report to get rid of leading zeros
 
If the field consist of numbers only with leading zero's, you can try

val([FieldName])

or
Format([FieldName],"#")
 
Please post an actual question using complete sentences.

One answer to your question (using as much detail as you gave us) would
be...

Change data type to numeric, not text.
 

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