I have a form with sub-forms. I want the user to have the option of printing out the contents of the sub-form before emailing it. I tried the PRINT command button (DoCmd.Printout) but it prints the whole form, not just the sub-form.
Does anyone know how I could best do this?
Does anyone know how I could best do this?