Create a Report by Entering Data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to create somethig in Access (report, form) in which there
are several fields and the user enters just the field info with the criteria
that he wants to pull out from a table or querry?

In other words, let's say I have 5 fields (first name, last name, address,
city, state). Could something be created in which the user enters, for
example, in the Last Name field "Roberts" and in the state field "FL". After
running it, the info would be pulled from the querry/table and just all the
records with 'Roberts' as last name and "FL" as state would display.

I know this could be done with a querry, but I would like a more user
friendly version. Maybe a form or report.

Thanks

Thanks
 
You can create a form with the choices for the user to pick and run a query
that uses the parameters specified in that form.
 
Back
Top