I am new to Access and I have created a form where every time I make a change to the form an email will be automatically generated and sent to the employee directing them to changes I have made. The problem I am having is that I can't get the information I changed to come up in the email (using update after events). The body of the email says
Please start charging [hours] to [charge number] for [task] tasking.
There must be some coding I need to add to the above string so the hours, charge number and tasking will pick up from my form. I was also hoping that the email would be sent out when I have finished updating the particular employee and not after each change I make on more than one of the above items.