I need to have several table linked together and know the source of the data. Is there a way to have one of the fields contain the file name from which some of the data is pulled?
Sounds like you have a similar request to my recent post titled "How do I create variables for linked data?".
While I do not yet have my solution for my recent post, perhaps you might benefit from the following: I currently use an Excel macro to pull the file name and file location from a specific cell, within a specific worksheet. The code looks like this:
assume "B8" (above) contains the value of "C:\users\public\documents"
assume "B9" (above) contains the value of "test.xls"
Then do whatever you need to do using the data stored in the file called "C:\users\public\documents\test.xls".
IMHO, It's not even clear what application is involved. A reference to fields could infer Word or Access. Excel, on the other hand, doesn't have anything called fields.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.