Tom,
OK, this is not working. I have two concerns, first when I add AmountDiscounted & ExtendedPrice (respectively) to their control fields, they become the control field and I loose the equation that was driving those fields. If I put it before the = sign, I get “Error” in the field. So, I suspect (concern #2) that I do not have the select query hooked up to the form properly. Here is the query I have:
All from the table tblSalesDetailSynch (that is the table that drives the Subform)
1st column
Quantity
tblSalesDetailSynch
2nd column
CasePrice
tblSalesDetailSynch
3rd column
Discount
tblSalesDetailSynch
4th column
AmountDiscounted: ([Quantity]*[CasePrice])*[Discount] (this is in the field only)
5th column
ExtendedPrice: ([Quantity]*[CasePrice])-[AmountDiscounted] (this is in the field only)
I know this can be done. Have I also told you that I am working in Access 97? Could make a difference.
Essentially, I am at the same point I was. All of the first round of equations work just fine, but I cannot seem to Sum any of the text boxes with equations already in them. I built the query above, but do not think that I have linked it or used it correctly.
Thanks for your continued help,
Stephanie