I have narrowed down the problem. The query I am using is apparently read
only I am assuming because it has left joins.
My desired sequence is as follows:
Open my query into a form
When the record changes, check to see if the value of a dropdown (open /
closed)
has changed
Save data
The problem is, AfterUpdate and BeforeUpdate are never triggered because the
result set is read only.
Form Current I use to populate a few fields, so they can be modified, but by
the time it has run, we have already moved from the old record to the new...