I have a form named Test Master Form it has 2 sub forms on it
The first sub form is Named Test Equipment Form
it has a control on it that when clicked opens a form named Readings. This is a single reecord data entry form that adds data for the information that is contained in the second Subform
The Second sub form is a report and is named test form.
this subform / subreport is a list view of all of the records created by the sub form control in the first subform.
The problem I have is i need to have the second sub form which is a report named test form automatically re query.
I can do it on a timer or on close of the form opened by the first sub form but when I try this its requiring the data in the wrong sub form. its quarrying the data on the Test Master form /Test Equipment form
I need to figure out how to re query the data on the report that is in the Test Master form / test form
not the Test Master form /Test Equipment form.
I think its a simple set focus but im not sure how to set focus on a report in a subform.
Thanks