Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing Zeros from Output

Status
Not open for further replies.

jstew

MIS
Apr 12, 2002
51
US
I have created a query that is based off an accounting table. If the field is all numeric it pads it with about 7 or 8 zeros in front. How can I remove these zero's when I run my query. If I'm unable to do it this way then please give me some suggestions on how I can accomplish this. Thanks in advance.
jstew
 
Hi :)

How abt trying using the Val function which goes like Val(FieldName)

let me knw how it goes.

Cheers!
ÙÇãá
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top