I created a db for a seminar which allows the user to lookup companies, then add or update attendees, then print a nametag for that attendee. In the past this was all done in access, but this year we are going with asp becuase the interface is easier for our users and easier for me to program. The db and asp is all set except for one thing -- printing the nametags. We used to do this using an access form, which I believe we still need to do becuase we need to have the control over print formatting. Can someone help on how to run a print macro from asp and send three fields with it - attendee, company, address. thanks.