isabel2005
Registered User.
- Local time
- Today, 15:29
- Joined
- Oct 6, 2005
- Messages
- 19
Hi,
I'm wondering how I can create a query that will read a CSV file.
Here's the scenario.
User browse the directory on the computer or network drive, then select a .txt file to query.
sample txt file:
"Bob Dolan", "Dallas", "TX", "789-456-7896"
"John Smith", "New York City", "NY", "123-456-7896"
"John Smith", "Dallas", "TX", "789-456-7896"
After user import the txt file. User can perform search by entering name like John Smith and would see result of all matching name.
I also hope that it can query multiple .txt files but if I can't, then I will just select one by one.
Thanks in advance.
I'm wondering how I can create a query that will read a CSV file.
Here's the scenario.
User browse the directory on the computer or network drive, then select a .txt file to query.
sample txt file:
"Bob Dolan", "Dallas", "TX", "789-456-7896"
"John Smith", "New York City", "NY", "123-456-7896"
"John Smith", "Dallas", "TX", "789-456-7896"
After user import the txt file. User can perform search by entering name like John Smith and would see result of all matching name.
I also hope that it can query multiple .txt files but if I can't, then I will just select one by one.
Thanks in advance.
Last edited: