removing leading zeros

toddbingham

Registered User.
Local time
Today, 02:53
Joined
Jul 8, 2003
Messages
93
I am importing some data (ex., 00012 and 00001) with a link table. Then I am using an append query to dump the info into a table. How can I make the leading zero's disapper and appear as 12 and 1. I thought about setting up the format to exclude the leading zeros, but where there could be 3 or 4 zeros in the field, depending on the last number, I can not do that. Please help.

Thanks.
 
Nevermind. Thought I already had the data type set to Number but didnt.

Thanks anyway.
 

Users who are viewing this thread

Back
Top Bottom