But ... Syntax Error It says
Quote:
Originally posted by Parasu Raman
I wont abit more explanation. According to the way I see the question, u want to update STOCK table with the contents of the TempTable.
If my understanding is correct, u can't directly use another table's values. What u can do is store the value of the other table in a variable and then use that variable for updation.
Any probs, inform us
Cheers
Parasuraman
Dear Parasuraman,
Thanks for oyur kindly reply. But I have forgot to say when I run this SQL, the VB prompts an error message:
Sysntax error(MIssing Operator) in query expression 'TempTable.Name FROM TempTable'
So is it the ACCESS can't recognize the syntax of Table.Field? Can you write the correct SQL for me if according to yrour mentioned method?