L
Lou
Good Day Everyone;
I need a little help with my sub form, I have a recipe
database that I am adding a [cost] piece to. My table are
as follows,
tables-
tblRecipes
tblIngredients
tblRecipeIngredients
Form:
frmRecipe
sbfrmIngredients
My problem is that I am trying to add a [extended_cost] to
the sub form, the sub form is created as such, it has 4
control sources,
[Ingredient] - combo box extracting list from ingredients
table.
[cost]- extracted with ingredient from ingredients table.
[quantity] - manually entered in the form.
[extended_cost] - I need this to calculate, [quantity]*
[cost].
Unfortunatelly I cannot get this to work correctly and get
the extended cost in thier. A single line looks as such,
Ingredient: Quantity: Cost: Ext_Cost:
Peas 4 .02 0
Any help would be great, let me know if you need any other
information, the tables are linked and the database
normalized. When you enter the information into the form
and sub form it is stored in the respective tables.
Access 2002
Thank you.
Lou
I need a little help with my sub form, I have a recipe
database that I am adding a [cost] piece to. My table are
as follows,
tables-
tblRecipes
tblIngredients
tblRecipeIngredients
Form:
frmRecipe
sbfrmIngredients
My problem is that I am trying to add a [extended_cost] to
the sub form, the sub form is created as such, it has 4
control sources,
[Ingredient] - combo box extracting list from ingredients
table.
[cost]- extracted with ingredient from ingredients table.
[quantity] - manually entered in the form.
[extended_cost] - I need this to calculate, [quantity]*
[cost].
Unfortunatelly I cannot get this to work correctly and get
the extended cost in thier. A single line looks as such,
Ingredient: Quantity: Cost: Ext_Cost:
Peas 4 .02 0
Any help would be great, let me know if you need any other
information, the tables are linked and the database
normalized. When you enter the information into the form
and sub form it is stored in the respective tables.
Access 2002
Thank you.
Lou