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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formating a text box

Status
Not open for further replies.

Razzie33

Technical User
Oct 3, 2000
9
US
Hi!

I have a report based on queries and i need it to look a certain way for a flat file. I need to get a fixed currency amount to be defaulted to 17 characters with the missing characters being zeros.

ex: 5913.00
must look like: 00000000005913.00

i dont know weather to use an imput mask or format
thanks
 
Hi!

In your query you will want this field:

NewFieldName: Format(YourField, "00000000000000.00")

hth
Jeff Bridgham
bridgham@purdue.edu
 
thank you very much for your help

that did the trick!!!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top