javajom
Javajon
- Local time
- Today, 22:49
- Joined
- Mar 5, 2008
- Messages
- 37
Hi,
I have a function that reads from 3 arrays, which works well but the problem is that everytime I have to make changes to the database I then have to alter the function writing the names into the function. Then I have to remake the MDE file, a bit of a b**** ache. So I was wondering how easy it would be to have a .txt file containing the data so when the function ran it would get the information from that file so all I would have to do is make the arrays dynamic and get its contents from the file. Any alterations would be on the .txt file so the database would not require any work. Any ideas????
I have a function that reads from 3 arrays, which works well but the problem is that everytime I have to make changes to the database I then have to alter the function writing the names into the function. Then I have to remake the MDE file, a bit of a b**** ache. So I was wondering how easy it would be to have a .txt file containing the data so when the function ran it would get the information from that file so all I would have to do is make the arrays dynamic and get its contents from the file. Any alterations would be on the .txt file so the database would not require any work. Any ideas????