% in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I've just imported an excel spreadsheet into access, unfortunatley what it's
done is convert my % to numbers [ 100% = 1, 74% = 0.75 ].

I've tried to change the 'data type' but can't see anything that would put
it back - do I just need to convert them to Text ?

Thanks
 
Leave the data type as is, just change the Format property to Percent.
 
Dave,

In table design view, select the field, and set the Format field to Percent.

Sprinks
 
Thanks - Spot on.
--
Dave Eade
Global Project Solutions



Sprinks said:
Dave,

In table design view, select the field, and set the Format field to Percent.

Sprinks

Dave Eade said:
Hi,
I've just imported an excel spreadsheet into access, unfortunatley what it's
done is convert my % to numbers [ 100% = 1, 74% = 0.75 ].

I've tried to change the 'data type' but can't see anything that would put
it back - do I just need to convert them to Text ?

Thanks
 
Thanks - Spot on.
--
Dave Eade
Global Project Solutions



Brendan Reynolds said:
Leave the data type as is, just change the Format property to Percent.

--
Brendan Reynolds
Access MVP

Dave Eade said:
Hi,
I've just imported an excel spreadsheet into access, unfortunatley what
it's
done is convert my % to numbers [ 100% = 1, 74% = 0.75 ].

I've tried to change the 'data type' but can't see anything that would put
it back - do I just need to convert them to Text ?

Thanks
 
Dave,
On any form or report, just set the format for the field to Percent.
They will exist as numbers in the table, but on forms, with a format of
Percent, they will display as Percentages.
Table Form
.66 66%
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top