R
red6000
Hi,
I have a form which has 2 subforms both bound to tables.
The 'Data Entry' property for both is set to 'Yes' so the form opens with
both subforms having empty data.
What I would like is to be able to retrieve a record on 1 of the subforms:
Subform name is 'Timesheet' with 5 fields. I'd like to be able to retrieve
the record based on 2 criteria.
Now I know I need 2 text boxes to hold the criteria and then a command
button, but what code do I need to be able to retrieve the appropriate
record in the subform?
Many Thanks.
I have a form which has 2 subforms both bound to tables.
The 'Data Entry' property for both is set to 'Yes' so the form opens with
both subforms having empty data.
What I would like is to be able to retrieve a record on 1 of the subforms:
Subform name is 'Timesheet' with 5 fields. I'd like to be able to retrieve
the record based on 2 criteria.
Now I know I need 2 text boxes to hold the criteria and then a command
button, but what code do I need to be able to retrieve the appropriate
record in the subform?
Many Thanks.