What is the wrong with this code?

A

Al

The following code is in PageHeader_Print event:
If Me.Main.WillContinue = True Then
Me![Dtxt] = Me![ProgressNotesDate]
Me![Dtxt].Visible = True
Me![ProgressNotesDate].Visible = False
End If
This code was working, for about a year, until now The
unbound box (Filled in with a date) shows only on the
preview not on the print out. I do not know why? Any Idea
Thanks
Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top