robsuttonjr
MIS
What is the most reliable and secure way to pull data from access tables without having to setup a DSN? I have to pull from a lame program (Blue Pumpkin) which creates a table for every week and names the .mdb by the week, for example, ch9U016.mdb is for call history for sept 30, 2001, group 6. I need to be able to use some scheme to pull data based on a user picking the week. My problem is that I cannot just setup a single DSN to the data since the table name is variable. I will figure out how to find the database file name but how do I pull data from it without having a DSN?