Help in writing a macro

  • Thread starter Thread starter Labjoan
  • Start date Start date
L

Labjoan

I'm using Access 2007. This is my first attempt in writing a macro. I need
to create a pdf from the current repair form and send the pdf by e-mail to
another location. I have a number of manufacturers in my table but only have
to send the pdf's to one of them and I would be doing this on a daily basis.
I wrote one macro that did create the pdf but for all the records and not
just the current recond. Attempted to put in arguments but now it's not
working at all. What would be the basic steps in doing this? I stress basic
as this is a new function I'm trying to incorporate into my db.
Thanks
 
Labjoan,

The report that is being outputted as PDF needs to be based (Record Source)
on a query that selects only the required manufacturer.
 
Back
Top