Hi Guy's Can I reference from a subform ?
ie: I have a subform called InvoicesAdd on a Form called frmInvoices
If i am correct, when i try and reference from the subform, effectively it has to be opened yet it is displayed as visible is true ?
but when i reference something, the reference can't find it
So if i have a button on frmInvoices and i want to add and change my criteria and the RecordSource of frmInvoicesAdd then requery it
Forms!frmInvoices!InvoicesAdd.RecordSource = "SELECT......
It can't find it!!
Thank you very much