G
Guest
I have a form called "representative_search" on which users search for a
represntative of a customer. Ie: One to many relationship from customer to
rep. I have the customer name and can/may have the customer id on the search
form as well, and want to add a command button that when clicked closes the
current search form and opens my customer form at the appropriate customer.
I am sure you clever guys and glas have got this functionallity all over your
Access databases.
I assume there is a way in which I can open that form so that it is filtered
by the customer_id, however is there a way at which I can open the new
customer form, at the apporpiate customer, without filtering? The reason
being is that the user would then need to exit the customer form and re-open
the form so that it was not filtered to view other customers data. Maybe
include a button to change the record source to unfiltered?
I am also concerned that any close command I have on a form will close it
and not execute the open the next form command line. Or owuld you open a
form first and then close the other form somehow by naming it specifically.
Any suggestions (generic code would be nice too!
in regards to design or
actual functionality would be appreciated.
Here cheers to this wonderful forum.
represntative of a customer. Ie: One to many relationship from customer to
rep. I have the customer name and can/may have the customer id on the search
form as well, and want to add a command button that when clicked closes the
current search form and opens my customer form at the appropriate customer.
I am sure you clever guys and glas have got this functionallity all over your
Access databases.
I assume there is a way in which I can open that form so that it is filtered
by the customer_id, however is there a way at which I can open the new
customer form, at the apporpiate customer, without filtering? The reason
being is that the user would then need to exit the customer form and re-open
the form so that it was not filtered to view other customers data. Maybe
include a button to change the record source to unfiltered?
I am also concerned that any close command I have on a form will close it
and not execute the open the next form command line. Or owuld you open a
form first and then close the other form somehow by naming it specifically.
Any suggestions (generic code would be nice too!

actual functionality would be appreciated.
Here cheers to this wonderful forum.