programming in reports

H

Homie

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

Homie

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top