How do I dynamically load data from a delimited text file into MS Access and graph it?
-
Dear MS Access/VBA professionals. I have a simple Query in my database that displays data from a handful of numeric fields and a file path from a text field. With this, I can easily create a simple report that allows me to page through the results. Okay, fine. Now, rather than display that file-path on each page, I would like to programatically load the contents of a two column, tab-delimited text file referenced by that filepath, and display that data in a graph. This way, as I page through my Query results, the report auto-loads and displays the contents of the referenced text file along side my numeric data. Basically, this database does not house the data that's contained within these referenced text files. What it maintains, for referential integrity, is the path to that file. I suspect I will be getting into some VBA for this - but was hoping somebody could point me in the right direction. Thanks!
-
Answer:
Import the text file into a table. (Right click in tables/Import.) If the files change, you'll have to do that programmatically, as you say, or just read each file into variables and display it that way (also using VBA).
Chris L at Yahoo! Answers Visit the source
Related Q & A:
- How can I insert posted data into the database?Best solution by Stack Overflow
- How to display Android database data in a ListView?Best solution by Stack Overflow
- How can I dynamically change the height of an iFrame?Best solution by Stack Overflow
- How to connect php file to ms access?Best solution by Stack Overflow
- How can i export my contacts to a csv file?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.