I need to display my fields as three place decimals

  • Thread starter Thread starter Dr. Darrell
  • Start date Start date
D

Dr. Darrell

I have a table with two fields; Primary Key (Auto Number) and Size.

The Size fiels will contain a list of sizes.

I have entered:

..023
..030
..035
..045

The following is displayed:

0.000
0.000
0.000
0.000

I need to display:

..023
..030
..035
..045

How should I set my formatting?

Thank you,
Darrell
 
hi Darrell,

Dr. Darrell said:
I have a table with two fields; Primary Key (Auto Number) and Size.
The Size fiels will contain a list of sizes.
Check the field type, it must be Numeric and not Integer nor Long Integer.


mfG
--> stefan <--
 

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