J
John Allen
1)How do you change a combo box from unbound field to
bound field?
2) I have 3 forms and 3 macros inwhich the first form
has a combo box that contains a list of dates from
which the user can choose. When that is selected it calls
a macro that displays a form with a combo box that
displays a list of member names. When the user selects
the name then a macro displays another form for the user
to fill in fields. The macro is using SetValue twice to
fill in the Date and member name previously selected.
However, it appears that even though the forms are still
open the values selected are not really updated in the
form. I guess my real question is? if you double click on
an item in the drop down list and it moves to the field
box, is there some other action (event) required such
that it is really "saved" so other forms/macros can use
this value.
Thanks
bound field?
2) I have 3 forms and 3 macros inwhich the first form
has a combo box that contains a list of dates from
which the user can choose. When that is selected it calls
a macro that displays a form with a combo box that
displays a list of member names. When the user selects
the name then a macro displays another form for the user
to fill in fields. The macro is using SetValue twice to
fill in the Date and member name previously selected.
However, it appears that even though the forms are still
open the values selected are not really updated in the
form. I guess my real question is? if you double click on
an item in the drop down list and it moves to the field
box, is there some other action (event) required such
that it is really "saved" so other forms/macros can use
this value.
Thanks