View Full Version : Requerying Subforms


crmarrio
03-04-2002, 12:13 AM
I have a small problem...

How can I get a subform requeried?

I have tried

Forms!MainForm!SubForm.Form.Requery

but no help - any ideas please?????

Chris

daveUK
03-04-2002, 01:32 AM
The code needs to be in brackets

i.e.[Forms]![mainform]![subform].Requery

Place this on the onchange or gotfocus event of a textbox/combobox on the main form.

HTH
Dave