Hi all,
I got a query that work on my computer, but when I tried to send the file to a coworker, then the qry was not working. Here is the sql of the query:
The part not working is the :
[forms]![Prix 8 Mod].[New8Price_subform]![Item]
Why would it work on a computer but not on anotehr one?
The new8price_subform is a subform in a datasheet view on my main form "Prix 8 Mod".
We also have the same version of Access 2003.
Regards,
Haerion
I got a query that work on my computer, but when I tried to send the file to a coworker, then the qry was not working. Here is the sql of the query:
Code:
SELECT INVDFR2.ST, INVDFR2.ITEMNO1, INVDFR2.DESC1, INVDFR2.DESC2, INVDFR2.PRO, INVDFR2.LSTCOST, INVDFR2.AVGCOST, INVDFR2.[$EIGHT]
FROM [New 8 Price] LEFT JOIN INVDFR2 ON [New 8 Price].Item = INVDFR2.ITEMNO1
WHERE (((INVDFR2.ITEMNO1)=[forms]![Prix 8 Mod].[New8Price_subform]![Item]))
ORDER BY INVDFR2.ST;
The part not working is the :
[forms]![Prix 8 Mod].[New8Price_subform]![Item]
Why would it work on a computer but not on anotehr one?
The new8price_subform is a subform in a datasheet view on my main form "Prix 8 Mod".
We also have the same version of Access 2003.
Regards,
Haerion