hello all,
I have created a subform on a form.
The subform default view is set to continuous forms,
how can I change a field's border color when I change a combo boxs value on the same continous form.
eg,
If cmbstatus = 1 then
change txtboxName's border color to red but only for the selected row on the continuous form
else
border color = black
end if
thank you for any help.
W
I have created a subform on a form.
The subform default view is set to continuous forms,
how can I change a field's border color when I change a combo boxs value on the same continous form.
eg,
If cmbstatus = 1 then
change txtboxName's border color to red but only for the selected row on the continuous form
else
border color = black
end if
thank you for any help.
W