how do i export numbers without the decimal points?

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

Guest

hi
I need a export data into a .ndf file for SUN application without the
decimal in the number field. eg 15.56 must be 1556.
Please help.

thank you
 
Shouldn't that be =[somefield]*100?

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


Rick B said:
=[somefield]*10

--
Rick B



Leon said:
hi
I need a export data into a .ndf file for SUN application without the
decimal in the number field. eg 15.56 must be 1556.
Please help.

thank you
 
Should be *100.

Jon


Rick B said:
=[somefield]*10

--
Rick B



Leon said:
hi
I need a export data into a .ndf file for SUN application without the
decimal in the number field. eg 15.56 must be 1556.
Please help.

thank you
 

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