P
Penny
Hi All,
I have a continuous form which shows a list of meetings that a consultant
has booked for certain timeslots. It works well to do this much. However, I
would also like each MeetingSubject field to have its backcolor display
according to the meeting type(or remain white if no meeting type is
selected). The forms record source is a query which draws from two tables to
retrieve the MeetingSubject, MeetingType and MeetingTypeColor. I have
another form which allows the user to add/edit/delete meeting types AND
change their colors(using the comdlg32.dll dialog so the colors are held in
tblMeetingTypes as Long Integers).
If the continuous form is to display many records of varying meeting type
colors(or none at all), how can I code it to do so? The 'Conditional
Formating' wizard isn't suitable as the MeetingTypeColor values are held in
a table and change at the users discretion.
Any ideas?
Regards,
Penny.
I have a continuous form which shows a list of meetings that a consultant
has booked for certain timeslots. It works well to do this much. However, I
would also like each MeetingSubject field to have its backcolor display
according to the meeting type(or remain white if no meeting type is
selected). The forms record source is a query which draws from two tables to
retrieve the MeetingSubject, MeetingType and MeetingTypeColor. I have
another form which allows the user to add/edit/delete meeting types AND
change their colors(using the comdlg32.dll dialog so the colors are held in
tblMeetingTypes as Long Integers).
If the continuous form is to display many records of varying meeting type
colors(or none at all), how can I code it to do so? The 'Conditional
Formating' wizard isn't suitable as the MeetingTypeColor values are held in
a table and change at the users discretion.
Any ideas?
Regards,
Penny.