William Demuth
Registered User.
- Local time
- Today, 13:04
- Joined
- Feb 16, 2011
- Messages
- 35
I have a table with a field called "Close Reason" that starts out blank. I have a second field called "Date Closed" which also starts out blank
This field is used on a form called "Opportunity Details" via combo box. (The form is based of a querry that calls the table up)
When someone changes "close reason" with a selection from a drop down box, I want to insert the date into "Date Closed"
I suspect I need something on "After update", and have tried
"=[Opportunities]![Date Closed]=Now()"
This generates an error :banghead:
It says the object dosen't contain the automation object "Opportunities"
What am I doing wrong?
This field is used on a form called "Opportunity Details" via combo box. (The form is based of a querry that calls the table up)
When someone changes "close reason" with a selection from a drop down box, I want to insert the date into "Date Closed"
I suspect I need something on "After update", and have tried
"=[Opportunities]![Date Closed]=Now()"
This generates an error :banghead:
It says the object dosen't contain the automation object "Opportunities"
What am I doing wrong?