J
John O'Conner
Hi all,
I want to create a recipe db. I've created two tables:
RECIPE_TBL:
recipeID (autonumber)
Name (text)
Category (text)
Instructions (memo)
INGREDIENTS_TBL:
ingredientID (autonumber)
recipeID (number)
Quantity (text)
Measurement (text)
Ingredient (text)
Obviously a recipe has 1 or more ingredients. I thought this was best
represented in another table...but is there a better way?
Also, if how do you represent multiple lines of ingredients in a form?
For viewing, I thought a simple list box would work, but what about for
entering new recipes? What component will allow me to enter in 1 or more
ingredients, then allow another ingredient if necessary, without taking
lots of space in the form?
Thanks,
John O'Conner
I want to create a recipe db. I've created two tables:
RECIPE_TBL:
recipeID (autonumber)
Name (text)
Category (text)
Instructions (memo)
INGREDIENTS_TBL:
ingredientID (autonumber)
recipeID (number)
Quantity (text)
Measurement (text)
Ingredient (text)
Obviously a recipe has 1 or more ingredients. I thought this was best
represented in another table...but is there a better way?
Also, if how do you represent multiple lines of ingredients in a form?
For viewing, I thought a simple list box would work, but what about for
entering new recipes? What component will allow me to enter in 1 or more
ingredients, then allow another ingredient if necessary, without taking
lots of space in the form?
Thanks,
John O'Conner