Requery main form from subform?

H

Harmannus

Hallo,

How can i requery a unbound listbox on a mainform from within a subform on
that mainform?

I now how to requery a subform from a mainform from the Form_Current():
Me.fsubform.Form!UnboundListboxOnMainForm.Requery

How do i reverse this process? So changes in the subform fields should be
visible in the onbound listbox on the main form (for wich i use a query with
fields on the subform)....

Tried various combinations but can't get it to work....

Thanx for any tips!

Regards,
Harmannus
 
H

Harmannus

Typing error ;-)
The below line should read:
Me.fsubform.Form!UnboundListboxOnSubForm.Requery.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top