Viewing 3 posts - 1 through 4 (of 4 total)
Okay, I have the MS SQL query how do I convert this to access?
UPDATE OrderDetails
SET ShipID = LatestShipping
from OrderDetails
...
October 1, 2008 at 9:32 am
#879566
How to I fix this error:
Column 'Shipping.EEID' is invalid in the select list because it is not contained in an aggregate function and there is no GROUP BY clause.
UPDATE ...
September 30, 2008 at 12:57 pm
#879103
I think that is where my problem lies. See in order to update the orderdetails.shipid to what is in the shipping.shipid, I have to somehow join the orders table in...
September 30, 2008 at 10:35 am
#878989