jeffmoore! . . . . Vie . . . . .
I setup a table with two Numeric fields having the following properties:
Field Size as Double
Format as Fixed
Decimal Places as three
On opening the table and entering some data, I got what I expected;
all entries have three decimals no matter what!
Then I went on to query design and drag-dropped the fields. Did nothing else. On running the query I got what I expected;
all entries have three decimals no matter what! This shows properties were
inherited properly.
Next I created a form with the RecordSource based on the table then on the query then on SQL. On opening and entering data I got what I expected;
all entries have three decimals no matter what! Again
inheritance is working properly.
The only suggestion I can offer here is to set the properties in the table, then
reinherit the RecordSource & Numeric Controls for the form.
If your using the table as the RecordSource, to
reinherit (should'nt be necessary): delete it from the RecordSource, save the form, then select the table again.
If you using a query, to
reinherit: in query design, delete the numeric fields, then drag-drop the same back from the field list.
Wether the RecordSource is table or query or SQL, you still have to
reinherit the numeric controls on the form. To do so, delete them, then drag-drop the same from the field list.
Unless something else is wrong, I can't understand why the same results are'nt obtained. Let me know . . . ;-)
TheAceMan