Creating a search

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

Guest

I've created a database for student information, but can't figure out how to
set up a search by field. For example, If I type in a student ID number, I
want it to pull up all the info on the form for that student, not list all
the student IDs I've entered (which is what it's doing).

A little help?
 
Hi,
If you use the wizard to create a combo box, one of the choices will be to
find a record based on the value you entered (the combo would have a list of all
student ids).This should give you what you want.
 
Back
Top