M
Martha
I am creating a query to show the Cost results.
I am using the following tables:
General Table Size Mat desc Type Ins Thickness and Calc.
Size(key) Desc (key) Type(key)
IDTIT (key) Calc, Quantity, Total
The SQL script for the query is as follows:
SELECT Calc.Size, Calc.Desc, Calc.Type, Calc.[Ins Thickness], Calc.Cost,
Calc.Quantity, [Cost]*[Quantity] AS Total
FROM TablaGeneral INNER JOIN Cost ON [TablaGeneral].[Cost]=Cal.Cost
WHERE Tabla General.cost=Calc.Cost;
I need this query to show the file Cost of those who
have not attended from the General Table. It has no valor at all in the
"cost" field of
the "Calc" table.
Thanks for help me
Martha
I am using the following tables:
General Table Size Mat desc Type Ins Thickness and Calc.
Size(key) Desc (key) Type(key)
IDTIT (key) Calc, Quantity, Total
The SQL script for the query is as follows:
SELECT Calc.Size, Calc.Desc, Calc.Type, Calc.[Ins Thickness], Calc.Cost,
Calc.Quantity, [Cost]*[Quantity] AS Total
FROM TablaGeneral INNER JOIN Cost ON [TablaGeneral].[Cost]=Cal.Cost
WHERE Tabla General.cost=Calc.Cost;
I need this query to show the file Cost of those who
have not attended from the General Table. It has no valor at all in the
"cost" field of
the "Calc" table.
Thanks for help me
Martha