Skip to content
Advertisement

insert Into and Union of Tables

I’m using MS-Access. I have a table A looks like :

I need to insert into a table B that looks like:

Can I do it with an SQL instruction?

Advertisement

Answer

If the id field in table B is an Autonumber and ordering of the values is important, then you can use

keep in mind that the value field name is a reserved keyword in MS Access.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement