Hi,
I have a little problem i am using the microsoft converter to pdf in my forms. I have made a command buttong that converts and inserts it as an email attachment. The problem is when i view the attachment it contains all the records. Is there a Me statement that i need to put into it so that it only shows the current record? If so where do i put it into the code. Currently my VB code states this
I know i am missing something, your help is appreciated.
James
I have a little problem i am using the microsoft converter to pdf in my forms. I have made a command buttong that converts and inserts it as an email attachment. The problem is when i view the attachment it contains all the records. Is there a Me statement that i need to put into it so that it only shows the current record? If so where do i put it into the code. Currently my VB code states this
Code:
DoCmd.SendObject acSendForm, "frmInvoice", acFormatPDF
I know i am missing something, your help is appreciated.
James