Printing a Report from a SubForm

C

Coleman

OK..I am a bit challenged by VB coding and think I need some help. I have a
Form (frmSearchData) that allows the user, through a combination of combo
boxes (trying to keep this simple here) populate a Subform (frmBrowseData)
with a specific dataset. I would like to print that specific dataset (I have
a report, rptBySearchData, already created). How do I "make the connection"
for this "filtered" dataset to Print? Any help walking (teaching) me this
process is greatly appreciated.
 
D

Duane Hookom

Try build a where condition to use in the DoCmd.OpenReport method "through a
combination of combo boxes".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top