Mar 19, 2008 #1 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
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
Mar 19, 2008 #2 PHV MIS Nov 8, 2002 53,708 FR What have you tried so far ? If field1 is numeric: Format([field 1]/100,'0.00') Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
What have you tried so far ? If field1 is numeric: Format([field 1]/100,'0.00') Hope This Helps, PH. FAQ219-2884 FAQ181-2886