R
rbeach
I have the below formula and receive a type mismatch when this is run in the
query:
ExpDate: DateAdd("d",[PPE].[ExpDays],[PPEReceived].[DateReceived])
The table "PPE" has a field named "ExpDays" which is a number of days till
expiration.
The Table "PPEReceived" has a field "DateReceived" with a short date for the
date the item was received into inventory.
I need to add the "Expdays" from the "PPE" table to the "DateReceived" from
the "PPEReceived" table to get the actual "ExpDate" (Expiration Date).
Please let me know what formula to use.
query:
ExpDate: DateAdd("d",[PPE].[ExpDays],[PPEReceived].[DateReceived])
The table "PPE" has a field named "ExpDays" which is a number of days till
expiration.
The Table "PPEReceived" has a field "DateReceived" with a short date for the
date the item was received into inventory.
I need to add the "Expdays" from the "PPE" table to the "DateReceived" from
the "PPEReceived" table to get the actual "ExpDate" (Expiration Date).
Please let me know what formula to use.