Hi,
I still havent had much luck with this...
I tried ajetrumpets example, but I think I must have gone wrong somewhere becuase one time it didn't do anything and the second time it made Access crash.
I currently have a bookings table and a customers table and a query that combines field from each of these, along with a couple of calculations fields. The customers field stores name, address etc along with an email address.
I also have a "New Bookings" form that allows the user to enter booking information for a specified client.
Essentially what I'm hoping to achieve is that when the user clicks "Confirm" on the new bookings form, an email is automatically sent to the client (at the specified email address). The email will contain fields such as first name, last name, the property they booked, the total amount payable, the amount needed as a deposit and a date when the remaining balance needs to be paid by.
By default I use Windows Live Mail email client (which isn't on the internet, its an application for the PC) but I also installed Outlook thinking that might be more suited to the job. I created a Mail Merge document based on the query that compiles the information from the two tables but I'm not sure whether thats the way to go or whether the SQL should be determined in VBA when the button is clicked and then passed to the Word doc.
I also considered having a report to detail the information and then send the report so I'm open so suggestions as to which one is the better solution.
Thank you very much