I've got a report that puts dates at the top of columns and the user
is prompted to enter a beginning date when the report is opened. That
date is put in a textbox in the first column like this:
=DateValue([Enter 1st date to display - Ex: 1/5/03])
Then the next columns are textboxes that add 7 to the previous column
for the date display of the next week like this:
=[Text12]+7
This goes for a six month period.
The problem is sometimes the report will not display the first half of
the 6 months, and I have to fix it by cutting the columns that are not
displaying and pasting them back into the report. Is there another
way I can display these dates to *possibly* avoid this problem?
Russ
is prompted to enter a beginning date when the report is opened. That
date is put in a textbox in the first column like this:
=DateValue([Enter 1st date to display - Ex: 1/5/03])
Then the next columns are textboxes that add 7 to the previous column
for the date display of the next week like this:
=[Text12]+7
This goes for a six month period.
The problem is sometimes the report will not display the first half of
the 6 months, and I have to fix it by cutting the columns that are not
displaying and pasting them back into the report. Is there another
way I can display these dates to *possibly* avoid this problem?
Russ
Comment