Hello,
In my database I would like to add a calculated field at table level so it is consistent throughout the database.
I have a field [startdate] and I would like an end date a year later.
Access 2010 will not let me use the dateadd function in the tables calculated field.
I understand I can use it in a query based on the table - but it would be handy to have it at table level.
I can use [start_date]+365 and that works, but of course will not be quite accurate.
Any ideas?
Thanks Mark
In my database I would like to add a calculated field at table level so it is consistent throughout the database.
I have a field [startdate] and I would like an end date a year later.
Access 2010 will not let me use the dateadd function in the tables calculated field.
I understand I can use it in a query based on the table - but it would be handy to have it at table level.
I can use [start_date]+365 and that works, but of course will not be quite accurate.
Any ideas?
Thanks Mark