Hey,
So I'm basically creating a query that I want to do a Date Add function in. I'm trying to calculate a date based on a field in the query, while using another field that contains the amount of years that I want to increase it by. Brief description being:
Warranty: e.g. 4
InstallDate: e.g. 10/4/2005
Then I have DateAdd("yyyy", [Warranty], [InstallDate]) but when I run the query I'm getting data type missmatch. Before I actually used this in the database I setup a quick test database to try it out, in essence the table and query this is based on was setup exactly the same and it worked fine
Any help appreciated.
So I'm basically creating a query that I want to do a Date Add function in. I'm trying to calculate a date based on a field in the query, while using another field that contains the amount of years that I want to increase it by. Brief description being:
Warranty: e.g. 4
InstallDate: e.g. 10/4/2005
Then I have DateAdd("yyyy", [Warranty], [InstallDate]) but when I run the query I'm getting data type missmatch. Before I actually used this in the database I setup a quick test database to try it out, in essence the table and query this is based on was setup exactly the same and it worked fine
