Philocthetes
Has a great deal to learn
- Local time
- Yesterday, 22:17
- Joined
- Dec 19, 2017
- Messages
- 28
I'm running a large-scale book digitization project and most of our work will be destructive, cutting books to run them through sheet-feed scanners.
An unknown subset of those books are only-known copies that need to be kept intact and transferred to our Archives. My database design has a Yes/No field Archives_Copy_Present, and No values need to be very obvious on some forms.
The 'plain logic' I want to apply is:
An unknown subset of those books are only-known copies that need to be kept intact and transferred to our Archives. My database design has a Yes/No field Archives_Copy_Present, and No values need to be very obvious on some forms.
The 'plain logic' I want to apply is:
If Archives_Copy_Present is No, then change the font color of ArchivesLabel to Red.
I've tried messing around with formatting code I got from recording in Excel. I've Dimmed variables as Label, and tried object names like Forms!Print_QC!ArchivesLabel with no luck so far. Please help me face-palm at the obviousness of what I'm missing.