demicay2669
Registered User.
- Local time
- Today, 15:47
- Joined
- Aug 22, 2013
- Messages
- 39
I'm not very good at coding. And I'm having issues figuring out the right code to use. I'm trying to get my "IncidentDate" field to autopopulate two other date fields to a few days from the "IncidentDate". The other two date fields are "ContainDueDate" and "RootDueDate". I'm trying to accomplish this on my "Test CAP Form"
I tried using the following in the BeforeUpdate of "ContainDueDate" and received a complier error: expected =
so I removed the parenthesis and nothing happened
I even tried redoing it in the AfterUpdate of "IncidentDate" and nothing happened either
I'm not sure if I'm even using the right function to get what I want.
I would really appreciate any help.
Database Attached.
I tried using the following in the BeforeUpdate of "ContainDueDate" and received a complier error: expected =
Code:
DateAdd(d,2,[IncidentDate])
Code:
DateAdd d,2,[IncidentDate]
Code:
DateAdd d,2,[ContainDueDate]
I'm not sure if I'm even using the right function to get what I want.
I would really appreciate any help.
Database Attached.