recordset not updatable, here's SQL

E

ExcessAccess

My query is not updatable! Can anyone see why and/or have
a solution? Maybe I'm using the wrong joins...?

SELECT [ShopCartSmall - Misc].SKUID, [ShopCartSmall -
Desc].Name, [ShopCartSmall - Desc].Color, [ShopCartSmall -
Desc].[Terms 2], [ShopCartSmall - Desc].Desc,
[ShopCartSmall - Misc].Extended
FROM [ShopCartSmall - Price$] INNER JOIN ([ShopCartSmall -
Desc] INNER JOIN [ShopCartSmall - Misc] ON [ShopCartSmall -
Desc].SKUID = [ShopCartSmall - Misc].SKUID) ON
([ShopCartSmall - Price$].SKUID = [ShopCartSmall -
Misc].SKUID) AND ([ShopCartSmall - Price$].SKUID =
[ShopCartSmall - Desc].SKUID)
WHERE ((([ShopCartSmall - Desc].Name) Not
Like "*Discontinued*") AND (([ShopCartSmall - Desc].[Terms
2]) Like "*gemstone*" Or ([ShopCartSmall - Desc].[Terms
2]) Like "*quartzes*"));
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top