thanks - however surely if I convert the db to access97 format it should work fine - as I have done on previous projects using the data control. However it isn't working properly.
Any ideas on the other question??
"Also this opens up a db I have previously created in access. Is there an easy...
I am writing an address book in vb6. My version of VB uses DAO 3.51 - I can't load the upgrade from MS. I have tried running the following with an Access 2000 and 97 file but both give me the following meassage runtime error 3343 unrecognizable database format.
Here is my code, some more...
Thanks. I specifically need to open a db file called address. On Private Sub mnuNew_Click()I need to open it to eof and on Private Sub mnuOpen_Click()I need to open to bof.
I have so far
f = FreeFile
CMDialog1.Filter = "all files|*.*|text|*.txt"
CMDialog1.FilterIndex = 0
CMDialog1.FileName =...
How do I open a specific file (an access db) using the common dialog function? I presume it needs to be automatically displayed in the file name of the open file box.
Also I want to be able to either open it at the beginning of the file or create new record by opening at the end of the file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.