Hello,
i have access 2003 and trying to place t-sql code into access.
That for sure will not work, just copy and pasting,
does anyone know why, when i create a into statement access informs me
the table I want to put into will be deleted? eg: select xxxxx
xxxxx
into table2
from table1.
I would appreciate any help i can get
Thank you
i have access 2003 and trying to place t-sql code into access.
That for sure will not work, just copy and pasting,
does anyone know why, when i create a into statement access informs me
the table I want to put into will be deleted? eg: select xxxxx
xxxxx
into table2
from table1.
I would appreciate any help i can get
Thank you
Comment