InspectorHound
Programmer
I am creating an MS Access 2013 desktop application and need some help. I have created a continuous form that is based on a query that has five fields. The five fields are displayed in the detail section in tabular style. The header of the form has three unbound textboxes, related to three of the five query fields where users can search the query. When the user types in a name or SSN and hits search, the records related to that person are displayed in the detail section.
I now need to select one of those records in the detail section and have information from another table displayed. What is the best way of doing this. Should I open a new form?
I now need to select one of those records in the detail section and have information from another table displayed. What is the best way of doing this. Should I open a new form?