Hello all,
I'm trying to print a form w. subform, but on the DoCmd.Printout all the subform controls display their default values. The screen values remain as they should.
This occurs for the simplest case possible, a subform w. only a text box on a form w. only a Print button (give it a try!).
The standard non-answer to this sort of thing is "Print it as a Report, not a Form", but I'd like to understand what's going on here. In my case I have many such forms to print and don't want to have to make reports for each. In the past I've printed many different forms (without subforms) very successfully.
Any insight is much appreciated!
John
I'm trying to print a form w. subform, but on the DoCmd.Printout all the subform controls display their default values. The screen values remain as they should.
This occurs for the simplest case possible, a subform w. only a text box on a form w. only a Print button (give it a try!).
The standard non-answer to this sort of thing is "Print it as a Report, not a Form", but I'd like to understand what's going on here. In my case I have many such forms to print and don't want to have to make reports for each. In the past I've printed many different forms (without subforms) very successfully.
Any insight is much appreciated!
John