Search engine

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

Guest

How do I create a search engine within my database to find
a patient based on the criteria that I have entered in the
drop down/combo box.

For example i have entered
1. Male
2. Heart Attack
3. blood pressure less than 85
4.Search for the patient based on the criteria

How would I make this work.

I have all of the information of which patients o paper ,
but i am trying to get it on a database.

Thank you
 
The basic strategy is to display a form based on a query
that uses the values you've entered in your combo boxes.
How you implement this depends on where this data is
stored. As example of the syntax, enter the following in
the Criteria row of the Gender field:

=Forms!YourFormName!YourComboBoxName

HTH
Kevin Sprinkel
-----Original Message-----
How do I create a search engine within my database to
find a patient based on the criteria that I have entered
in the drop down/combo box.
 
Back
Top