S
Simon
Good Afternoon,
I require some assistance with the best practice for the following scenario
I have a form frmPerson and a table frmPersonSearch.
frmPerson is bound to a table recordsource
frmPersonSearch is unbound and has 2 textbox controls
I perform 3 functions with these 2 forms: add new person, view (edit)
existing person and search for person.
When I click the Add button, I open the frmPerson form with the allow new
entries only.
When I click the View button, I open the frmPerson form as standard - I can
scroll through all records.
When I click the Search button, I open the frmPersonSearch form which
queries the recordsource of frmPerson and in turn the query is use to filter
the frmPerson form which is then displayed.
I would like to use the same form to provide all 3 functionalities, but the
issue I can see is that all fields would have to be unbound to perform the
searching and then bound again to show the results.
Am I correct?
Is there a better way to do this?
Thanks
Simon
I require some assistance with the best practice for the following scenario
I have a form frmPerson and a table frmPersonSearch.
frmPerson is bound to a table recordsource
frmPersonSearch is unbound and has 2 textbox controls
I perform 3 functions with these 2 forms: add new person, view (edit)
existing person and search for person.
When I click the Add button, I open the frmPerson form with the allow new
entries only.
When I click the View button, I open the frmPerson form as standard - I can
scroll through all records.
When I click the Search button, I open the frmPersonSearch form which
queries the recordsource of frmPerson and in turn the query is use to filter
the frmPerson form which is then displayed.
I would like to use the same form to provide all 3 functionalities, but the
issue I can see is that all fields would have to be unbound to perform the
searching and then bound again to show the results.
Am I correct?
Is there a better way to do this?
Thanks
Simon