Hi All,
In MS ACCESS I have a table with three fields:
ID_DATE_START
ID_DATE_END
ID_AGE
Both ID_Date_Start and ID_DATE_END property are Date format, and ID_AGE property is Number.
I like to subtract ID_DATE_END from ID_DATE_START
And insert the result in ID_AGE field.
Let’s say ID_Date_Start is: 12/01/2000 and ID_DATE_END is: 12/01/2007
Then the result should be:
ID_AGE= 7.0
Thanks For any help.
Abrahim
In MS ACCESS I have a table with three fields:
ID_DATE_START
ID_DATE_END
ID_AGE
Both ID_Date_Start and ID_DATE_END property are Date format, and ID_AGE property is Number.
I like to subtract ID_DATE_END from ID_DATE_START
And insert the result in ID_AGE field.
Let’s say ID_Date_Start is: 12/01/2000 and ID_DATE_END is: 12/01/2007
Then the result should be:
ID_AGE= 7.0
Thanks For any help.

Abrahim