R
Robert
When the listbox is clicked on a popup form, I have to set one field
(textbox) value on a subform which is on the mainform as well as requery two
more fields (textboxes) on this subform. These two fields are both bound to
Dlookup's. I use the following code to reset one of the fields:
Forms!frmMain!subfrmSub.Form!txtBox1.Requery
And voila both of the fields have been reset. While the result is exactly
what I wanted, I'm puzzled as to why and would like to requey both textboxes
the correct way.
Robert
(textbox) value on a subform which is on the mainform as well as requery two
more fields (textboxes) on this subform. These two fields are both bound to
Dlookup's. I use the following code to reset one of the fields:
Forms!frmMain!subfrmSub.Form!txtBox1.Requery
And voila both of the fields have been reset. While the result is exactly
what I wanted, I'm puzzled as to why and would like to requey both textboxes
the correct way.
Robert