G
Guest
I created a report on my system at home (Access2003) worked perfectly. I
then updated my development system at work (Access2002) When I tried to
preview the report from design view it would flash a blank report window for
a sec then return to design view. When I ran the code that calls the report,
I got an error saying that the page it was trying to access didn't exist. I
tried to get around that by creating a new report in design view and copying
the fields from the report that I had created at home. The same thing
happened from design view, but from the code that called the report, I got
the error message property does not exist. I then deleted the report I just
created and started again. This time only copying a few fields at a time and
testing to find the problem field. I get all of the lables copied with no
problems. I get a few of the data fields copied before it has a problem. So
I deleted the data fields that I copied and am trying to recreate those
fields as new fields. I am still having a problem.
The detail of the report has about 58 controls. 56 of them are small text
boxes that I have a similar statemtent in (just the condition fieldname is
changed) iif([X6AM1] = true, "X","") I have 4 each X6AM2, X6AM3, X6AM4 from
6AM to 7PM I.E. a field for each of the 15minute increments between 6am and
8pm. I have conditional formatting on each on of these fields to set the
foreground and background color to the same color (A different yellow tint
for each of the 4 blocks in each hour). I'm trying to show blocks of
scheduled time on the report, and as I stated before it works fine on my
laptop, I can't get it to work at work) When I add a block beyond the first
4 blocks then all five blocks show #. When I remove the 5th block, then the
first four work again.
then updated my development system at work (Access2002) When I tried to
preview the report from design view it would flash a blank report window for
a sec then return to design view. When I ran the code that calls the report,
I got an error saying that the page it was trying to access didn't exist. I
tried to get around that by creating a new report in design view and copying
the fields from the report that I had created at home. The same thing
happened from design view, but from the code that called the report, I got
the error message property does not exist. I then deleted the report I just
created and started again. This time only copying a few fields at a time and
testing to find the problem field. I get all of the lables copied with no
problems. I get a few of the data fields copied before it has a problem. So
I deleted the data fields that I copied and am trying to recreate those
fields as new fields. I am still having a problem.
The detail of the report has about 58 controls. 56 of them are small text
boxes that I have a similar statemtent in (just the condition fieldname is
changed) iif([X6AM1] = true, "X","") I have 4 each X6AM2, X6AM3, X6AM4 from
6AM to 7PM I.E. a field for each of the 15minute increments between 6am and
8pm. I have conditional formatting on each on of these fields to set the
foreground and background color to the same color (A different yellow tint
for each of the 4 blocks in each hour). I'm trying to show blocks of
scheduled time on the report, and as I stated before it works fine on my
laptop, I can't get it to work at work) When I add a block beyond the first
4 blocks then all five blocks show #. When I remove the 5th block, then the
first four work again.