Link to home
Start Free TrialLog in
Avatar of Victor Kimura
Victor KimuraFlag for Canada

asked on

Insert data from one table to another

Hi,

I wish to populate one table from a query that I created:

The query has columns id, firstName, lastName where id is not an auto increment value rather it's a teacher's id.

I'd like to populate this data to a table with the columns:
id, firstName, lastName, teachers_id where id in this table is an auto increment value and teachers_id is from id of the query.

Much thanks,
vkimura
ASKER CERTIFIED SOLUTION
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Victor Kimura

ASKER

Sorry, been trying to look for the Append. Where is it? I'm using Access 2007. Thank you.
I found it. Great it works. Thank you.
Thank you.