Using a command button on a form to print a report I can't get 2 fields that are calculated at the time the report is made to print. All the other fields print. For debug I made it:
Me.Summary = "Testing 1,2,3,..."
I use the On Activate event to run the code.
If I open the report by itself it works.
I set a break point and the code is executed.
Debug.Print Me.Summary shows it in the Immediate window.
Only when I print the report from the form command button it doesn't work.
Any suggestions?
Me.Summary = "Testing 1,2,3,..."
I use the On Activate event to run the code.
If I open the report by itself it works.
I set a break point and the code is executed.
Debug.Print Me.Summary shows it in the Immediate window.
Only when I print the report from the form command button it doesn't work.
Any suggestions?