J
Joshua A. Booker
Hi There,
How do I do this in an ADP?
UPDATE tbl_QuoteDates INNER JOIN Quotes ON tbl_QuoteDates.QuoteId =
Quotes.[Quote ID] SET tbl_QuoteDates.CustomerID = [Quotes].[CustomerID];
It appears as though the update statement cannot have joins? If so, then
how is this update done?
TIA,
Josh
How do I do this in an ADP?
UPDATE tbl_QuoteDates INNER JOIN Quotes ON tbl_QuoteDates.QuoteId =
Quotes.[Quote ID] SET tbl_QuoteDates.CustomerID = [Quotes].[CustomerID];
It appears as though the update statement cannot have joins? If so, then
how is this update done?
TIA,
Josh