N
Niklas Östergren
Hi!
Maby this should be a simple Q for me and yes I can always put in a masgbox
to see when an event in a form accures but I just can´t get this to work.
What I´m trying to do is to redesign a bound form when the form opens
depending on if a field in the underlying record have a value or not. What
I´d like to do is to move some controls around and set visual propertie for
a combobox (cboSelectEnlistMember) to TRUE if the field have any value and
to FALSE if not.
I allready do this when the form is opened and if the user select a special
value ("By a member") in another combobox (cboContactWay) wheré I use
AfterUpdate_Event of this cbo to redesign (move controls and dispaly the
hiden cbo). This works fine but I just can´t figure out which event on the
form to use for the same task?
TIA!
// Niklas
Maby this should be a simple Q for me and yes I can always put in a masgbox
to see when an event in a form accures but I just can´t get this to work.
What I´m trying to do is to redesign a bound form when the form opens
depending on if a field in the underlying record have a value or not. What
I´d like to do is to move some controls around and set visual propertie for
a combobox (cboSelectEnlistMember) to TRUE if the field have any value and
to FALSE if not.
I allready do this when the form is opened and if the user select a special
value ("By a member") in another combobox (cboContactWay) wheré I use
AfterUpdate_Event of this cbo to redesign (move controls and dispaly the
hiden cbo). This works fine but I just can´t figure out which event on the
form to use for the same task?
TIA!
// Niklas