matt beamish
Registered User.
- Local time
- Today, 23:33
- Joined
- Sep 21, 2000
- Messages
- 215
I have a complicated form which is actually a letter, that I need to print out to pdf. There are a load of visibility controls that I have put in the forms "On Current" event. If I view the form on screen it is good. If I print as a multi page PDF, the form is not repainting correctly between each record. My onCurrent events VBA ends with
me.repaint
End Sub
I have tried converting to a report, but I really do not want to rewrite all the VBA.
Any clues?
thanks
me.repaint
End Sub
I have tried converting to a report, but I really do not want to rewrite all the VBA.
Any clues?
thanks