N
NFL
I'm using Duane Hookom's daily schedule calendar as a template and am having
a heck of a time fixing the run-time error 2100 msg. The change I made was I
added 3 more doctors to the list. and adjusted the ReportColumn field width
to allow all 6 names to appear on the report. The report works, but would
not go beyond the 5th page (or calendar day) and that is where the run-time
error 2100 shows up.
I did notice that if I remove (omit) the error code, the report would print
fine and the textbox would not grow.
' Me.Patient.Height = DateDiff("n", Me.StartTime, Me.EndTime) * lngOneMinute
Thank you for your help!
a heck of a time fixing the run-time error 2100 msg. The change I made was I
added 3 more doctors to the list. and adjusted the ReportColumn field width
to allow all 6 names to appear on the report. The report works, but would
not go beyond the 5th page (or calendar day) and that is where the run-time
error 2100 shows up.
I did notice that if I remove (omit) the error code, the report would print
fine and the textbox would not grow.
' Me.Patient.Height = DateDiff("n", Me.StartTime, Me.EndTime) * lngOneMinute
Thank you for your help!