I need some help!! I have a form which has a "search button" where users can look to see if a person is already entered on the database. The search button opens another "search form" which consists of a combo box at the top and a list of all people already on the database below.
When a surname is entered or chosen from the combo box the first person with that surname is highlighted. If the user then wants to see the information held on that person they double click on the listed surname and another form opens at their particular record. So far so good.
The problem I am having is although the form opens at the correct record all other records are no longer available. How do I get the form to open at the right record but still be able to navigate through all records in the database using the navigation buttons?
I hope this makes sense - any help would be appreciated.
When a surname is entered or chosen from the combo box the first person with that surname is highlighted. If the user then wants to see the information held on that person they double click on the listed surname and another form opens at their particular record. So far so good.
The problem I am having is although the form opens at the correct record all other records are no longer available. How do I get the form to open at the right record but still be able to navigate through all records in the database using the navigation buttons?
I hope this makes sense - any help would be appreciated.