R
rob c
I have a form which contains a button that populate a field called "services"
in the subform based on a field called "scope" which is located on the form.
One record of scope on the form usually turns into several records of
"services" on the subform thru the use of an append query. and the "services"
fields do not automatically refresh ("services" is a text box and not a combo
box) The "services" currently has a requery in the "AfterUpdate" because it
is used to populate combox box in a different field on the subquery.
MY QUESTION IS: How can I set the subform to automatically refresh after
the update takes place without affecting the requery that is currently being
used for the combo box?
in the subform based on a field called "scope" which is located on the form.
One record of scope on the form usually turns into several records of
"services" on the subform thru the use of an append query. and the "services"
fields do not automatically refresh ("services" is a text box and not a combo
box) The "services" currently has a requery in the "AfterUpdate" because it
is used to populate combox box in a different field on the subquery.
MY QUESTION IS: How can I set the subform to automatically refresh after
the update takes place without affecting the requery that is currently being
used for the combo box?