T
Tim
I've had this before, and its annoying - anyone know why
I get this error message? Here's the SQL:
UPDATE Temp_Deploy_Status SET
Temp_Deploy_Status.Account_ID = (SELECT tmp_acct.Acc_ID
FROM Temp_Deploy_Status, tmp_acct
WHERE (((Temp_Deploy_Status.Account_ID) Is Null));
tia
tim
I get this error message? Here's the SQL:
UPDATE Temp_Deploy_Status SET
Temp_Deploy_Status.Account_ID = (SELECT tmp_acct.Acc_ID
FROM Temp_Deploy_Status, tmp_acct

WHERE (((Temp_Deploy_Status.Account_ID) Is Null));
tia
tim