Table format

  • Thread starter Thread starter RA
  • Start date Start date
R

RA

I know I'm missing something simple, I can't get my table
to display a number in a decimal format. When I type
in .75 the table turns it into 1. OK, call me stupid,
what am I forgetting?

RA
 
In table design view, check the 'Field Size' property of the field. Make
sure it's not Integer or Long Integer.
 
In the Design View of your table, change the FieldSize property of your
number field from Long Integer (the default) to either Double or Single.

hth,
 
Back
Top