Hi, I'm back!![]()
I have searched through the forum trying to find the answer, but no one seems to be trying to get an answer from a calculated field like I am...On an inventory transactions list form, I want to do the "total cost" of the line item. In my text box control source, I have tried doing: =[Inventory List].[Quantity]*[Inventory Transactions].[Item Cost] only to receive a "#name?" on my form view. I also tried putting this expression in the query, thus making my control source: =[Inventory Transactions Extended]![Expr1] but with the same result. Is it not possible to pull from two different tables to make a calculated field? Or am I just doing this all wrong?
Thanks,
Nicole