can the % sign be used in an access db??

mazer

New member
Local time
Today, 20:11
Joined
Aug 19, 2005
Messages
8
Can anyone tell me if the % sign can be used, and if it cant is there any other way around this?
 
Yes of course it can be used, maybe if you actually told us what the problem was we'd be able to help
 
I have a column for sale info, which has 25% off in it, I created the table in excel and when I transfer the table to access I get errors in that column
 
the value is actually .25, access will display that as 25% if you want it to
 
How do I get access to display the percentage sign? Thanks for the help
 
mazer said:
How do I get access to display the percentage sign? Thanks for the help

Format the field, control, and/or query column for Percent. The Format property is in the Format tab of the Properties dialog for the object.
 
As Scott said, use the format property for the object. Do NOT use the Format() function to do the formatting. That will convert the value to a string.
 

Users who are viewing this thread

Back
Top Bottom