dcx693
Registered User.
- Local time
- Today, 18:55
- Joined
- Apr 30, 2003
- Messages
- 3,265
I have a user with an Access database. He's got 50+ tables, and roughly 10 fields in each table. The fields are the Double data type. He'd like to have them display as "Standard" with 0 decimal places when the table is opened directly (purely a cosmetic preference on his part).
Anybody know the easiest way to achieve this? Obviously, he could go to each table, then to each field and change the Format and Decimal place fields, but that would be rather time-consuming.
I tried to devise a VBA method to do it, but I couldn't figure out how to manipulate the Format and Decimal place properties for fields in a table.
Help? Anyone?
Anybody know the easiest way to achieve this? Obviously, he could go to each table, then to each field and change the Format and Decimal place fields, but that would be rather time-consuming.
I tried to devise a VBA method to do it, but I couldn't figure out how to manipulate the Format and Decimal place properties for fields in a table.
Help? Anyone?