mithani Registered User. Local time Today, 15:50 Joined May 11, 2007 Messages 291 Feb 6, 2009 #21 use query, that will make your life easier.
C chefdaveross Registered User. Local time Today, 01:50 Joined Aug 31, 2007 Messages 81 Feb 6, 2009 #22 Im not sure how to query that. I tried : =Sum(IIf(IsNull([RecipeItemID]),0,(NZ([ItemAmount]*[txtRecItemPrice])))) in the subform footer and getting #error how can i query so total shows on main form?
Im not sure how to query that. I tried : =Sum(IIf(IsNull([RecipeItemID]),0,(NZ([ItemAmount]*[txtRecItemPrice])))) in the subform footer and getting #error how can i query so total shows on main form?
mithani Registered User. Local time Today, 15:50 Joined May 11, 2007 Messages 291 Feb 6, 2009 #23 I have noticed that your Item table has Item_ID and table TblTecipe has RecipeitemID. Are they different? If same, than should have same name else you can't creat any relation.
I have noticed that your Item table has Item_ID and table TblTecipe has RecipeitemID. Are they different? If same, than should have same name else you can't creat any relation.
C chefdaveross Registered User. Local time Today, 01:50 Joined Aug 31, 2007 Messages 81 Feb 6, 2009 #24 Yes those are different Id's ItemId is for the food item such as asparagus RecipieId refers to the recipie such as beef stew which is used in RecipieName table not shown I can upload it if that helps
Yes those are different Id's ItemId is for the food item such as asparagus RecipieId refers to the recipie such as beef stew which is used in RecipieName table not shown I can upload it if that helps