Subform requery

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

Does anyone know how to requery a subform from within another form.

I'm trying to use the DOCMD.REQUERY command but can't seem to get it
working.

The main form is named MAIN, whilst the subform is within a tabbed form
named Summary
and the actual subform is called SUB.

I've tried "Forms!Main!Summary!Sub" and variety of this line but nothing
helps.
I want to use a combo box on MAIN to select the status of what is display in
the subform?
(Status: Open, Closed, All) - I'm sorting out the all after!

Thanks,



Neil
 
Thanks. Ive had a look and even more confused now.

Can you help any more please..

The structure is this;

MAIN -->
(Tab Control) Summary (Datasheet)
(Tab Control) Reports
(Tab Control) Contacts

I have a combobox on MAIN that I want to requery or refresh the SUMMARY
Subform

Any help would be appreciative...
Thanks.

Neil
 
Back
Top