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
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