I am having a problem improving my company's Access database. It is basically a flat file database that has a lot of manual processes and my boss wants this database to be completely automated. Here are some obstacles I am running into to automate this database. <br><br>First, I receive a *.dat file from HQ. Then I have to open the file in Excel, delete the headers off the file (sometimes) and rename the file to a 'txt' extension. Finally, I import the file in it's appropriate table.<br><br>Here are problems with creating macros for this process.<br><br>- different headers for big files<br> - if I change the table headers then we have many queries to change<br>- create many macros for many tables<br>- there is a different file name to import everyday. (e.g. sw_actsdetl_20000731_028341.dat, sw_actsdetl_20000801_293841.dat)<br>- can't automate import w/ VB6 because HQ only has FTP explorer & WS_FTP as their FTP shell. Which means that I can't use DOS to download my files.<br><br>If anyone could give me any suggestions or helpful hints I would surely appreciate it.<br><br>