Using Forms

P

PAM

I have a form that has data for differnt locations how can i creat a button that before opeing the form will prompt user to select location they are intereseted in viewing. Also what would make large tables with data be more user friendly
 
N

Nikki

-----Original Message-----
I have a form that has data for differnt locations how
can i creat a button that before opeing the form will
prompt user to select location they are intereseted in
viewing. Also what would make large tables with data be
more user friendly
The easiest way would be to make a query-in the criteria
cell under the location type [Which Location]. This works
best if all location cells in the database are filled.
Then base your form on this query instead of the table.
 
Top