G
Guest
I have a field that I want to use conditional formatting on based on a date
field in a subform of the same form as the field with the conditional
formatting. The main form is f*GeneralInformationWITHQUOTE and the field is
CustomerName. The subform is fStatusSubform and the date field is
ReceiptOfGoods.
I want to be able to change the background color of CustomerName if the date
shows day 1-7 of any month. Example: Yellow background for days 7/1/05,
7/2/05, 8/3/05, etc.
If I use the following in the conditonal formatting box:
Day([Forms]![f*GeneralInformationWITHQUOTE]![fStatusSubform].[Form]![ReceiptOfGoods])=1
it works fine, but if I try "1 or 2", it works for only 1. I've tried
"between# and#" and nothing works.
Any help would be greatly appreciated.
Thanks,
PHisaw
field in a subform of the same form as the field with the conditional
formatting. The main form is f*GeneralInformationWITHQUOTE and the field is
CustomerName. The subform is fStatusSubform and the date field is
ReceiptOfGoods.
I want to be able to change the background color of CustomerName if the date
shows day 1-7 of any month. Example: Yellow background for days 7/1/05,
7/2/05, 8/3/05, etc.
If I use the following in the conditonal formatting box:
Day([Forms]![f*GeneralInformationWITHQUOTE]![fStatusSubform].[Form]![ReceiptOfGoods])=1
it works fine, but if I try "1 or 2", it works for only 1. I've tried
"between# and#" and nothing works.
Any help would be greatly appreciated.
Thanks,
PHisaw