subforms

P

PeterM

I have a main form formA and on formA is a subformB with a listbox called
listbox1. I need to be able to me.listbox1.requery from formA, not subformB.

I've tried

forms!formA!subformB.listbox1.requery which doesn't work

what am I doing wrong?

any help would be appreciated...thank you!
 
Top