"microsoft access can't find the object me"
That's following your suggestion. I just read somewhere I need to put it behind the forms module. Would that not apply it to every change then? I'll keep looking/troubleshooting.
Also I've just noticed a few things;
Code:
me.NotesT = me.NotesT & " : " & me.Schedule_Start
NotesT is a table, in that table I wanted the following to apply:
*The first append query will be on the before update and put this date in the "notesT" in the "old_date" field.
*The second append query will be on the After update and put this date in the "notesT" in the "New_date" field.
Obviously this doesn't need to be an append query, any method for getting both of these dates into these fields is fine. However; they must be kept as separate dates. I need access to tell me how many work days were in-between both dates so we can apply charges where applicable.
Hopefully you understand what I mean. Cheers for the answers so far!