Passing Filter Parameters from An Application Menu

L

LMA

I'm setting up a new Acccess system and on the application menu, I'd like for
users to select the location field to be used for filtering the forms that
come next. I have list box that shows the 4 possible locations, (for
example, east, west, north and south). Once the user selects a location,
they will then click a button to go to an application form. I'd like the
next form to filter the data so we see only rows for the location selected on
the menu.
I'm a newbie and I'm having troulbe figuring out the best method to capture
this selection criteria field and pass it along to the form.
 
Top