B
Barry A&P
i have an access2007 report that i am trying to setup conditional formatting
where the user sets the "Alert Value" by a single record in a table here is
my expression
[LastAttendance]<Date()-DLookUp("[alertvalue]","alertvalue")
this works great on the controls in my section header but i want to use it
in my section detail where [lastattendance] actually resides.. if i click a
control in my detail while viewing the report the control turns red unless
the specific control doesnt meet the expressions criteria.. but it only
changes temporarily while the control has the focus?
i replaced the expression with 1 = 1 and "1" = "1" but the detail
controls would turn red while the header controls will do i have a property
somewhere that is preventing this??
i hope i have enough detail
Thanks
where the user sets the "Alert Value" by a single record in a table here is
my expression
[LastAttendance]<Date()-DLookUp("[alertvalue]","alertvalue")
this works great on the controls in my section header but i want to use it
in my section detail where [lastattendance] actually resides.. if i click a
control in my detail while viewing the report the control turns red unless
the specific control doesnt meet the expressions criteria.. but it only
changes temporarily while the control has the focus?
i replaced the expression with 1 = 1 and "1" = "1" but the detail
controls would turn red while the header controls will do i have a property
somewhere that is preventing this??
i hope i have enough detail
Thanks