Ok, we have this old Visual Basic 6 program that we are trying to get work. It use to work fine. The program pulls data from an Access database. I want to tell Visual Basic that the location of that ...
The .frm files are just ascii descriptions of the form. They will contain the form code at the bottom of the file. If you have any modules (.bas) or class modules (.cls), those are also plaintext ...