aron.ridgway
Registered User.
- Local time
- Today, 18:53
- Joined
- Apr 1, 2014
- Messages
- 148
Firstly i have 4 supplier tables with identical field names but different databases in sql.
I want to have them all in one table and only want the information for reference i do not want to edit any of the data.
I need to create a new primary key number for the complete table. The data will need to be refreshed as the data comes from MMS Sage looking at company PLsuppliers.
I have tried a linked SQL union view- but this has no primary key.
I need to keep the Primary key consistant as the data saved in other tables will use this field.
The overall goal is creating a Purcahse order system and this list will be my complete supplier list.
I have attached a copy of my supplier table for reference.
Ive been going round in circles and cannot figure out the best way to accomplish this!:banghead:
Thanks in advance
I want to have them all in one table and only want the information for reference i do not want to edit any of the data.
I need to create a new primary key number for the complete table. The data will need to be refreshed as the data comes from MMS Sage looking at company PLsuppliers.
I have tried a linked SQL union view- but this has no primary key.
I need to keep the Primary key consistant as the data saved in other tables will use this field.
The overall goal is creating a Purcahse order system and this list will be my complete supplier list.
I have attached a copy of my supplier table for reference.
Ive been going round in circles and cannot figure out the best way to accomplish this!:banghead:
Thanks in advance