Hi
I was trying to write the following code in SQL window in Access 2000. It seems like i am doing stupid mistake some where (the help is not very helpful).
insert into BuildingNumberName (BuildingNumber, BuildingName) values (select Master Data.Building Number, Master Data.Building Name from Master Data);
the error reads as " Systax error in query expression .... select Master Data.Building Number"
Can anybodyhelp me.
i am doing this to populate the destination table with the data in source table (but not all data)
Thanks
I was trying to write the following code in SQL window in Access 2000. It seems like i am doing stupid mistake some where (the help is not very helpful).
insert into BuildingNumberName (BuildingNumber, BuildingName) values (select Master Data.Building Number, Master Data.Building Name from Master Data);
the error reads as " Systax error in query expression .... select Master Data.Building Number"
Can anybodyhelp me.
i am doing this to populate the destination table with the data in source table (but not all data)
Thanks