Good afternoon,
I have a Access report that works as expected when opening it with: DoCmd.OpenReport "PrintReportFront", acViewReport ...
When I open the same report with: DoCmd.OpenReport "PrintReportFront", acPreview ...
the unbound textbox that I fill in with VBA are blank. I'm using the VBA to convert a number saved in a bound textbox into the text version of that number (10 becomes Ten).
I have two questions.
1. Is this normal behavior?
2. Is there a way to have the unbound textbox filled in with VBA when opening the report in Print Preview?
Thank you, Mark