subform

K

Kurt Neumann

i have a form with a subform attached. actually the subform does not share
data with the same form, but is another list displayed. The table on which
the subform is based is edited and records added from another dabase with a
linkded table. I would like to have the subform requeried every time the
underlying table is added to. Is there anyway to do this? An alternative
would be to requery the subform whenever a certain action is done an the
main form, but if i put any form control to perform a
"forms![subfrm].Requery" statement, I get an error that the subform is not
recognized. Any Help
THanks
 
Top