chris_dono
Registered User.
- Local time
- Today, 18:11
- Joined
- Mar 19, 2004
- Messages
- 19
I know you can't do this via conditional formatting and you have to use some code to do it in the format event....
BUT
I'm having problems with one at the moment (it's pretty complex)
Main report shows days that sales were made by someone
sub report linked via employee id shows days that were worked.
what I want to do is make the controls bold if the day if the same in the main report and subreport
I've tried creating a recordset and seeking through it to see if that day and that employee id are there, but it means that the report doesn't open anymore so I've removed it.
Can someone help ?
BUT
I'm having problems with one at the moment (it's pretty complex)
Main report shows days that sales were made by someone
sub report linked via employee id shows days that were worked.
what I want to do is make the controls bold if the day if the same in the main report and subreport
I've tried creating a recordset and seeking through it to see if that day and that employee id are there, but it means that the report doesn't open anymore so I've removed it.
Can someone help ?