Leading Zeros

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

Guest

When exporting data from a table I cant keep the leading zeros, can anyone help
 
Just base the export on a query. That way, you can format a column as you
wish.


So, build a quiery. Lets say we got a number field called InvoiceNum.


Just create a field in the query builder like:


MyInvoiceNum:(format([InvoiceNum],"00000000")

The above would thus export 8 zeros...padded....
 

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