Creating a interactive form or report

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

Guest

I have a database (of course) that consists of information from rental guest
surveys. I want my employees to be able to select one piece of data (property
name) and have the report display data that corresponds to the choice (renter
names, rating, average rating, comments).

How does one accomplish this?
 
I have a database (of course) that consists of information from rental guest
surveys. I want my employees to be able to select one piece of data (property
name) and have the report display data that corresponds to the choice (renter
names, rating, average rating, comments).

How does one accomplish this?

The simplest way is to use the Combo Box Wizard to put an unbound
Combo Box on the form. Choose the option "Use this combo to find an
existing record".

John W. Vinson[MVP]
 
Back
Top