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!

Adding decimal (".") within a Field e.g "xxx" to "xx.x&

Status
Not open for further replies.

avishek29

Technical User
Mar 17, 2008
2
US
Hello,

I am trying to add a decimal point within a field.

eg. Field 1 reads "12345"

I want to change it to read "123.45"
in microsoft access.

How would i do this?

Thanks for your help,
Avi
 
What have you tried so far ?
If field1 is numeric:
Format([field 1]/100,'0.00')

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top