G
Guest
I have a table with 5 fields, they are start date (data type = Date/Time);
purchases, years, cost of sales and profit (all have data type = number)
within this table I need to create a calculated field that will do the
following: Calculate the Years of doing business with each customer by
subtracting the Start Date from 8/14/2003. Use 365.25 for the number of days
in a year. Use an Integer to represent the number of complete years. Donot
include partialyears and do not round up. Any decimal places sould be
truncated.
I can do this creating a query, but can not figure out how to do it within
the table.
purchases, years, cost of sales and profit (all have data type = number)
within this table I need to create a calculated field that will do the
following: Calculate the Years of doing business with each customer by
subtracting the Start Date from 8/14/2003. Use 365.25 for the number of days
in a year. Use an Integer to represent the number of complete years. Donot
include partialyears and do not round up. Any decimal places sould be
truncated.
I can do this creating a query, but can not figure out how to do it within
the table.