Jump to content

Scripting the Import of records from one table to another within same database.


This topic is 3761 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Is it possible to import records from one table into another?

 

I have a database that I use to manage work orders at my cabinet shop.

The database has two related tables.

 

 

Much like a grocery store the first table contains all the possible ingredients of anything we might sell to any customer that comes in the door.

The second table pulls data from the first table according to what the customer actually did buy.

 

The first table has three fields.

CATEGORY ::: PART ::: PROCESS

This table contains all the thinks we sell and all of the processes it takes to produce them.

 

Typical field  values might be:

 

CATEGORY:  Sink Base

PART:  Plam Floor

PROCESS:  Detail Sand Plam

 

The second table contains these same fields but also includes the fields: CUSTOMER NAME ::: PRIORITY ::: STATUS  ::: WORKER ASSIGNMENT.

 

How would I script the importation of data from one table to another?

 

 

 

Link to comment
Share on other sites

This topic is 3761 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.