The database template is set up to import all the comma delimited text files from this site. You may edit or delete to meet your needs. Do not delete the import specifications or the import may not work correctly. You may download it from one of the subscriber pages.
How to import files:
1. Download any comma delimited text files you are subscribed to(right click on the link and select "save target as..." if the file opens in your browser with a normal click). You may download them to any directory you wish. The template is set up to look in the C:\Documents and Settings\Administrator\My Documents directory. You can always browse to another directory. If you want to change the import form to automatically look in a different directory, follow the steps below.
2. Open the database. A form should load on startup. If it doesn't, go into the Forms tab and click on IMPORTFILE to manually open the form.
3. Click on your button of choice. A file open box will appear. Find your file and click open.
How to change the default directory:
1. Open the database.
2. If the form isn't open, open it and go into design view.
3. Right click on the form, and select BUILD EVENT
4. In each button CLICK subroutine, find the following line:
strInitDir = "C:\Documents and Settings\Administrator\My Documents"
5. Change the directory between quotes to your desired default.
6. Save the form.