aziz rasul
Active member
- Local time
- Today, 08:32
- Joined
- Jun 26, 2000
- Messages
- 1,935
I have a make table query that makes a calculation (multiplication of an integer to a value with 3 decimal places) which produces a numerical value to 3 decimal places. I want to change the value to 2 decimal places in the table.
How do I change the Format property of a field in a table to "Fixed" using VBA to force the value to be to 2 decimal places.
How do I change the Format property of a field in a table to "Fixed" using VBA to force the value to be to 2 decimal places.