GrandMasterTuck
In need of medication
- Local time
- Today, 07:16
- Joined
- May 4, 2013
- Messages
- 129
[SOLVED] Conditional Formatting based upon the presence of a record
Hi folks. I hope you guys can help me solve this issue. I have a subform (called NAMES) on a main form (called MAIN) that lists names. Elsewhere on MAIN, I have a second subform (called ASSIGNED) that lists people that have been assigned.
When I double click a name on NAMES, it automatically adds them to the ASSIGNED list (who's record source is a table). What I want the NAMES form to do is conditionally format the NAMES form so that the record that's been added turns green. That way I can see who I've added and who I haven't yet added. Once I've added them all, the NAMES form is a simple list of all-green names. If there's a black name in the list, it's because I haven't yet added them to ASSIGNED.
Is there any way to do this? I've tried a DLookup function, and I've tried a Value= conditional formatting rule, and neither one are working... I'm thinking I have the syntax all wonky... any ideas? I already got the 'double click to add' thing working, now I just need the name to turn green when I've added them.
Hi folks. I hope you guys can help me solve this issue. I have a subform (called NAMES) on a main form (called MAIN) that lists names. Elsewhere on MAIN, I have a second subform (called ASSIGNED) that lists people that have been assigned.
When I double click a name on NAMES, it automatically adds them to the ASSIGNED list (who's record source is a table). What I want the NAMES form to do is conditionally format the NAMES form so that the record that's been added turns green. That way I can see who I've added and who I haven't yet added. Once I've added them all, the NAMES form is a simple list of all-green names. If there's a black name in the list, it's because I haven't yet added them to ASSIGNED.
Is there any way to do this? I've tried a DLookup function, and I've tried a Value= conditional formatting rule, and neither one are working... I'm thinking I have the syntax all wonky... any ideas? I already got the 'double click to add' thing working, now I just need the name to turn green when I've added them.
Last edited: