I’m a newbie to this forum so please be gentle. I’ve created a make table query with most of the fields pulled from 2 tables. I’ve created one new field as follows…
LastPrice$: 0. Later on an update query then populates this field with prices from another table (called QEC list with latest price). The data type for the field in table QEC list with latest price is Number, Field Size Double and Decimal Places Auto. When this table is viewed the prices show correctly with a decimal point in the format 00.00. My problem is that when the update query is run and populates the LastPrice$ field I created, the prices show as whole numbers and no decimal places. I’m not sure what I’m doing wrong. How can I get Access to retain the number formatting from table QEC list with latest price?
I hope this makes sense. If you need any further explanation please let me know. I really appreciate your help on this.