I
iamnu
I'm working on a database to enter recipes. Each recipe will have a
number of categories that can be assigned to it. For example, a Sweet
and Sour Chicken recipe might be assigned the Categories "Chinese",
"Dinner", "Chicken", etc.
The Categories will be in a Category table. When I want to "select"
all the Categories that will be assigned to a recipe, I'd like to do
so by clicking on all the Yes/No fields which represent the Categories
assigned to this recipe from the Category table.
I assume I link the Recipe and Category tables in some fashion, but I
don't know how to "convert" the Category table to a yes/no field.
Can someone suggest a method for accomplishing my task?
number of categories that can be assigned to it. For example, a Sweet
and Sour Chicken recipe might be assigned the Categories "Chinese",
"Dinner", "Chicken", etc.
The Categories will be in a Category table. When I want to "select"
all the Categories that will be assigned to a recipe, I'd like to do
so by clicking on all the Yes/No fields which represent the Categories
assigned to this recipe from the Category table.
I assume I link the Recipe and Category tables in some fashion, but I
don't know how to "convert" the Category table to a yes/no field.
Can someone suggest a method for accomplishing my task?