Searches on form

  • Thread starter Thread starter dawn
  • Start date Start date
D

dawn

Hi all,

I would like to create a form where you can select an
employee number and all records for that employee is
selected to browse through. (I do not want to use a
continuous form). Also after looking at the data for
employee 1, I would like to search for data on employee 2
without having to close the form and reopen it to do the
new search.

Thanks
 
You can always put your cursor in the EmployeeNumber field and hit ctrl-f.

When you find the first one, then you can use the

Records->Filter->Filter by selection (there is also some handy icons that
does the same thing).

you can also go:

Records->Filter->Filter by form, and simply enter the employee number.
 
Back
Top