I have a table that holds sales info.
I have a select query that gather the relevant sales info for a particular sale and then uses that info to produce a report in the form of an invoice.
So for example, access will ask me to enter the invoice number and will then produce an invoice for the sale. What I want to do is slightly different though.
Ideally, what I want is a button on each sale form. When I've finished typing in the sale information, I will press the button to produce and automatically send the invoice to the customers email address.
I have no idea how to actually do this? You help would be much appreciated. I don't know VBA fluently however I'm slowly learning. I've brought a few big books to help me out.
I have a select query that gather the relevant sales info for a particular sale and then uses that info to produce a report in the form of an invoice.
So for example, access will ask me to enter the invoice number and will then produce an invoice for the sale. What I want to do is slightly different though.
Ideally, what I want is a button on each sale form. When I've finished typing in the sale information, I will press the button to produce and automatically send the invoice to the customers email address.
I have no idea how to actually do this? You help would be much appreciated. I don't know VBA fluently however I'm slowly learning. I've brought a few big books to help me out.