[novice] table + query + subform = help

drossie

New member
Local time
Today, 13:37
Joined
Dec 17, 2003
Messages
8
have a table i am creating for a subform to calculate a price for a line total.

[item] [amount] [weight] [yeild] [linetotal] *[need coverted price from a query]

the converted price is in a query and i would like to load it with its selected item in a table (or form?) so i can multiply for a line total in the subform.

is this easy?
 
Last edited:
Using another query to link the data from your table to the query with the converted prices would seem to be the way to do it from what you've said.
 

Users who are viewing this thread

Back
Top Bottom