M
Madis Reinumägi
Hi!
The situation is as follows: I need to adjust column widths of one subform
datasheet when the user changes widths in another.
Another task is to set background color of some cells (but not entire rows
or columns) in one of these datasheets according to several criteria.
(conditional formating is not useful, things are bit more complicated than
this tool can handle)
Basically, I haven't really found a way how to get control over the
appearance variables.
For example, Me.Sub1.Controls("YTM").BackColor = red does not create an
error, but it does not have any effect either.
Would be great if somebody could give a hint in this matter.
Madis
The situation is as follows: I need to adjust column widths of one subform
datasheet when the user changes widths in another.
Another task is to set background color of some cells (but not entire rows
or columns) in one of these datasheets according to several criteria.
(conditional formating is not useful, things are bit more complicated than
this tool can handle)
Basically, I haven't really found a way how to get control over the
appearance variables.
For example, Me.Sub1.Controls("YTM").BackColor = red does not create an
error, but it does not have any effect either.
Would be great if somebody could give a hint in this matter.
Madis