how do i export numbers without the decimal points?

L

Leon

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
 
D

Douglas J. Steele

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
 
Top