Hi folks
I a have 2 tables A and B
Table A has 2 fields:
Date as in 01/01/2011
YR_FW as in 2011.01
Table B has many Fields but one of them is a Date
Problem:
I have a VBA to add a YR_FW field table B
Then I do this in VBA
"INSERT INTO B B.YR_FW Values (SELECT A.YR_FW FROM A WHERE B.Date = A.Date)"
I keep getting this error ""Syntax error in INSERT INTO statement."
Error number 3134
Any idea what am I doing wrong?
Thanks
Mike
![]()