Printing a Report from a SubForm

  • Thread starter Thread starter Coleman
  • Start date Start date
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.
 
Try build a where condition to use in the DoCmd.OpenReport method "through a
combination of combo boxes".
 
Back
Top