Database Management
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesDatabase Management

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old July 14th, 2003, 02:39 PM
MattBowe MattBowe is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Boston
Posts: 1 MattBowe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
A simple challenge suddenly becomes complicated

I have been requested to build a simple recipe database where a user may query by ingredient and receive a listing of all recipes that contain that ingredient. Or query by recipe and receive back all ingredients that complete the recipe.

The recipes need to be identified by a meal type (breakfast, lunch, or snack).

Every single ingredient is required to have one associative ingredient (ingredient = salt, associative ingredient = sodium).

My tables so far as follows:

tblRecip
RecipeID (pk)
RecipeName
MealID (fk from tblMeal)
MealName
Manufactor
ProductNumber
MainIngredient
Notes

tblMeal
MealId (pk)

tblIngredient
IngredientID (pk)
IngredientName

tblAssociativeIngredient
AssociativeIngredientID (pk)
AssociativeIngredientName

tblRecipeIngredient
RecipeIngredientID (pk)
RecipeID (fk fro tblRecipe)
IngredientId (fk from tblIngredient)
AssociativeIngredientId (fk from tblAssociativeIngredient)



Here is where I am having trouble:

A user interface (form) should allow the entry of a recipe, select in its meal type (from tblMeal) and populate other required fields from tblRecipe.

I need a subform (tblRecipeIngredients) that will allow the user to enter in ingredients and associative ingredients that will be linked to the recipe record they create. Those values should remain/be available for future recipe records (combo box/list?).

How do I link the subform? Within the tables, what do I use for the display control, row source type, and row source. I have tried various combinations and nothing seems to work.

I have attached the db. Any and all help is greatly appreciated.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesDatabase Management > A simple challenge suddenly becomes complicated


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway