D
Dale Fye
I finally figured out how to set the default properties for controls on a
form, and have a template form that has default properties for most of the
controls I regularly use.
However, I've been trying to figure out how to set the default Conditional
formatting for a control. Would like to set textboxs, combos, lists so that
their background color changes when they have the focus.
Anybody know of a way to do this without:
1. creating one of each of these controls on my form, setting their
conditional formatting, and then copying them for each field, or
2. writing a subroutine to look through the controls and do it for me.
form, and have a template form that has default properties for most of the
controls I regularly use.
However, I've been trying to figure out how to set the default Conditional
formatting for a control. Would like to set textboxs, combos, lists so that
their background color changes when they have the focus.
Anybody know of a way to do this without:
1. creating one of each of these controls on my form, setting their
conditional formatting, and then copying them for each field, or
2. writing a subroutine to look through the controls and do it for me.