How would I design . . . ?

  • Thread starter Thread starter Cory
  • Start date Start date
C

Cory

My goal is to have a recipe database in which I can enter
recipes and the ingredients they use and then filter the
recipes based on ingredients available on-hand.

I have tried to have a recipe table and then use an
ingredient form with the complete list of ingreidents and
to query the recipes using only the checked off
ingredients but I could not get the database to produce
the proper results.

How would I do this?
 
Back
Top