You don't use formulas in an Access table. If you need a calculated value it
normally goes in a query, form or report not in the table itself. For example
if you set up a query based on your table you would include a calculated
field which was =[c]*[e]. This formual then works on every record in your
table.
HTH - Sheila
www.c-i-m-s.com
MS Office training, london
> I have the following working formula in excel and it works but when I
> import the excel file into Access it does not work at all.
[quoted text clipped - 6 lines]
> decimals)
> When I enter the number into "F" it just reflects what I typed in.