G
Guest
I'm a relatively new user of Access 2003 and haven't been able to find a
solution to this problem.
My database consists of one table (addresses) that contains numerous contact
and personal details for clients. I have developed a parameter query
(search_query) loaded through a form (search_form) that enables users to
identify records based on name and/or organisation etc. The results of the
query are then displayed on a new form (search_results_form).
What I want to do is add a command button on this form that will allow the
person to go to the complete address record in the address_book form. The
process that I've been thinking through is:
- copy the ref # of the active record in the search_results_form (a text box
bound to the field ref # in the query)
- open the address book form
- search in the field ref # for the corresponding number
- at some stage close the search_results_form
I've spent ages trying different functions and expressions but have got
absolutely nowhere. I'm hoping that there's some relatively simple solution
as this is a critical part of the whole database.
Thanks very much in anticipation of your help.
solution to this problem.
My database consists of one table (addresses) that contains numerous contact
and personal details for clients. I have developed a parameter query
(search_query) loaded through a form (search_form) that enables users to
identify records based on name and/or organisation etc. The results of the
query are then displayed on a new form (search_results_form).
What I want to do is add a command button on this form that will allow the
person to go to the complete address record in the address_book form. The
process that I've been thinking through is:
- copy the ref # of the active record in the search_results_form (a text box
bound to the field ref # in the query)
- open the address book form
- search in the field ref # for the corresponding number
- at some stage close the search_results_form
I've spent ages trying different functions and expressions but have got
absolutely nowhere. I'm hoping that there's some relatively simple solution
as this is a critical part of the whole database.
Thanks very much in anticipation of your help.