Combo Box and Print button

  • Thread starter Thread starter doug d via AccessMonster.com
  • Start date Start date
D

doug d via AccessMonster.com

Lets say I have 3 file..... ABF.doc, ABF Contacts.doc, and ABF Tasks.doc
They are all on the C:\

I open a form in Access
I put a combo box and a button in the form.
I want to be able to pick ABF from the combo box and hit the button which
would then print the three above documents. I am able to create the combo
box with ABF in it

What code do I use for the button to print these three documents?

Thank You
 
doug d via AccessMonster.com said:
Lets say I have 3 file..... ABF.doc, ABF Contacts.doc, and ABF Tasks.doc
They are all on the C:\

I open a form in Access
I put a combo box and a button in the form.
I want to be able to pick ABF from the combo box and hit the button
which would then print the three above documents. I am able to create
the combo box with ABF in it

What code do I use for the button to print these three documents?

Thank You

Hi Doug,

Why not get the AfterUpdate event to do all of the printing? No extra
button involved!

As for printing Word files from Access try this Google search:

http://groups-beta.google.com/group/comp.databases.ms-access/search?
hl=en&group=comp.databases.ms-access&q=print+word+docs+from+access&qt_g=1

Watch the wrap from the news reader!

hth
 
Back
Top