ibbledibble
Registered User.
- Local time
- Today, 01:45
- Joined
- Sep 29, 2008
- Messages
- 59
Hi
I have a table called Incidents with two date fields: 'date of contact' and 'deadline date'. When date of contact is entered I want the deadline date to be automatically completed as two weeks after the date of contact.
I was thinking of using an update query automatically run 'on exit' from the date of contact field but I keep getting a data mismatch expression. I have been trying to use the Dateadd function in the 'update to:' part of the query. I have to do it this way as I know nothing about VBA code.
Can anyone help please?
Thanks
I have a table called Incidents with two date fields: 'date of contact' and 'deadline date'. When date of contact is entered I want the deadline date to be automatically completed as two weeks after the date of contact.
I was thinking of using an update query automatically run 'on exit' from the date of contact field but I keep getting a data mismatch expression. I have been trying to use the Dateadd function in the 'update to:' part of the query. I have to do it this way as I know nothing about VBA code.
Can anyone help please?
Thanks