programming in reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a month of data laid out by days. i want to highlight the weekends so
i placed a box behind the fileds which can then be made .visible true/false.
in vb i would use something like... if weekday([Mydate])=1 then
me.box49.visible true else me.box49.visible false. not too dificult huh? but
where do i put the code? perhaps i'm following the wrong track altogether?
any help gratefully welcomed.
thank you,
 
took me a while to find it (aint done any programming for a few years) but
that cracked it.. thank you :)
--
Mike (so called computer whizzkid!)


Douglas J. Steele said:
Try the Format event of the Detail section.

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


Homie said:
I have a month of data laid out by days. i want to highlight the weekends
so
i placed a box behind the fileds which can then be made .visible
true/false.
in vb i would use something like... if weekday([Mydate])=1 then
me.box49.visible true else me.box49.visible false. not too dificult huh?
but
where do i put the code? perhaps i'm following the wrong track altogether?
any help gratefully welcomed.
thank you,
 
Back
Top