That is basically it, but I want information from the database to show up in the textboxes of the last form.

It is hard to explain, hopefully I can do a decent job. The database file is called concern.mdb. What I had planned on doing is having more than one directory representing different years. The database is the same for each year in terms of the fields, but the information stored in each folder is different. For example, I have a table called Education. In this table there are three fields: Education_Key, Years, and Number (For the number of people in this category), which will vary from year to year.

Basically, the paths would be: c:\concern\1997\concern.mdb;
c:\concern\1998\concern.mdb etc.

I want to be able to chose different directories from the dirlistbox and then have the rest of the program carry out.
In short, there is more than one database, but the file name is the same in each database. Does this make any sence?