I am a newbie to both access and VBA….so pls. keep this in mind when responding as I am venturing out into new horizons that are SIGNIFICANTLY beyond my current skill set. I would like to automate a process to generate and send an e-mail from access. I have found the VBA code on the internet to generate the e-mail message in access, but I can’t figure out how to past the access information into the BODY of the e-mail [i.e., I don’t want an attachment]. All of the internet examples assume that data is posted as an attachment or at least the ones I have identified. After the end user selects the row from the query screen, I would like to send this information in the BODY of the automated e-mail [i.e., end user would need to activate the macro after selecting the row on the query screen]. I also need suggestions on how the end user can easily activate the VBA macro code after selection the row on the query screen.
I have validated that if I manually select the query row, press the copy button icon, then open a blank e-mail in Outlook XP and hit the paste icon the process will work [i.e., the row with four columns of data is pasted into the body of the e-mail]…how can this be done in VBA once the end user has selected the row? The query has only four columns of data [account number, name, address and file location]. I hope I haven’t been too vague or boring with too much detail. THANKS.