Linked Tables

rawellz

New Member
Joined
Apr 15, 2014
Messages
12
Alright here is the issue....

I am working with 2 linked tables where the data columns can't be adjusted. Working with Sharepoint 2003 & Powershell

Sharepoint List - Linked Table
- ID (PK)
- Field 1 - FileName
- Field 2 - File Type
- Field 3 - Sharepoint File Path

CSV List - Linked Table (Exported through Powershell)
- No PK
- Field 1 - FileName
- Field 2 - File Type
- Field 3 - Network File Path

What I NEED to do....(very little SQL knowledge)

1. Add a text column to the "Sharepoint List" called "Reviewed". This column ultimately will allow me to select whether each record is "Relevant" or "Irrelevant". I tried this through creating a copy of the Sharepoint List Linked Table. The problem is that when I refresh the data the copied table data does not update. How can I accomplish this?

What I HOPE to do...

I would like to combine the 2 linked tables, however I am afraid it is not possible since I don't have common Primary Key. Ultimately it would be great to have a query or table show

- File Name
- File Type
- Network File Path
- Sharepoint File Path

Hopefully this all makes sense...

Thank you for your help!!!
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,221,893
Messages
6,162,659
Members
451,780
Latest member
Blake86

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top