peskywinnets
Registered User.
- Local time
- Today, 21:01
- Joined
- Feb 4, 2014
- Messages
- 578
So it seems the the consensus is, that it's not possible to update a local table from a linked table.
I googled & found a workaround here ...
https://social.msdn.microsoft.com/F...with-data-from-a-linked-table?forum=accessdev (specifically the code added by Brent Spaulding Friday, January 27, 2012 3:00 PM)
...the problem is I'm not sure I understand it all!
Specifically the bit....

So let's say my linked table (MyCsvData_linked) has a field called AmazonOrderID [/B]& another field called AmazonDispatchedDate & my local table (MyCsvData_local) has the same AmazonOrderID but in a field called OrderID, how would I use the above to update the field called DispatchedDate in my local table?
Here's a diagramatic representation of what I'm hoping to achieve....
I googled & found a workaround here ...
https://social.msdn.microsoft.com/F...with-data-from-a-linked-table?forum=accessdev (specifically the code added by Brent Spaulding Friday, January 27, 2012 3:00 PM)
...the problem is I'm not sure I understand it all!
Specifically the bit....

So let's say my linked table (MyCsvData_linked) has a field called AmazonOrderID [/B]& another field called AmazonDispatchedDate & my local table (MyCsvData_local) has the same AmazonOrderID but in a field called OrderID, how would I use the above to update the field called DispatchedDate in my local table?
Here's a diagramatic representation of what I'm hoping to achieve....
Code:
[B]MyCsvData_linked[/B].........................................................[B]MyCsvData_local[/B]
AmazonOrderID----------[I]these have the same values in both table[/I]--------------OrderID
AmazonDispatchedDate-------->>>>>[I]I wish to update this field[/I]-------->>>>>>DispatchedDate
Last edited: