N
Natasha
Let's say that I have a "United States" Database with 50 records - each
record contains information about each state (i.e. population, state bird,
sports teams, governor's name, etc.)
Once the database is opened, the user will go to a switchboard, that
contains several search for lists (i.e search by state bird, search by
governor's name) Pressing any "search for" button will run a macro that will
lead them to a drop down menu for that category.
Now let's say that the user wants to see all records where the governor's
name is John Smith, and there are 5 states whose governor's name is John
Smith. What code do I enter in for "OK" in the dialog box so that when
users click "OK" after choosing "John Smith" , Access will show me only those
5 records whose governor is John Smith....BUT.....I want Access to show me
those records in a particular form IN Form View - not as a report.
record contains information about each state (i.e. population, state bird,
sports teams, governor's name, etc.)
Once the database is opened, the user will go to a switchboard, that
contains several search for lists (i.e search by state bird, search by
governor's name) Pressing any "search for" button will run a macro that will
lead them to a drop down menu for that category.
Now let's say that the user wants to see all records where the governor's
name is John Smith, and there are 5 states whose governor's name is John
Smith. What code do I enter in for "OK" in the dialog box so that when
users click "OK" after choosing "John Smith" , Access will show me only those
5 records whose governor is John Smith....BUT.....I want Access to show me
those records in a particular form IN Form View - not as a report.