Hello,
I'm trying to set the Fore Color (or Back Color) of a Report field based on the value in another. Basically, I have a combo box on a Form say... [cmbColor] that offers Red, Blue or Green to select from. I have a Report that runs off a Query of that Form's underlying Table. I want to set a date field's [ExtDate] format property on that Report based on the combo box selection.
I've tried creating a Macro (which I'll admit I don't have much experience with, and keep getting Type Mismatch problems) and tried writing VB but can't seem to get that syntax to come out right either. I was trying to use the Report's OnLoad argument but...
Please help?
I'm trying to set the Fore Color (or Back Color) of a Report field based on the value in another. Basically, I have a combo box on a Form say... [cmbColor] that offers Red, Blue or Green to select from. I have a Report that runs off a Query of that Form's underlying Table. I want to set a date field's [ExtDate] format property on that Report based on the combo box selection.
I've tried creating a Macro (which I'll admit I don't have much experience with, and keep getting Type Mismatch problems) and tried writing VB but can't seem to get that syntax to come out right either. I was trying to use the Report's OnLoad argument but...
Please help?