Forum: Visual Basic 4 / 5 / 6 Nov 3rd, 2008 |
| Replies: 12 Views: 907 ive downloaded the 2 patches, i have then extracted the files into a downloads folder, do they need to be placed into a specific folder for them to work? |
Forum: Visual Basic 4 / 5 / 6 Nov 3rd, 2008 |
| Replies: 12 Views: 907 im using a data control and when i go into the properties and try to change the RecordSource the error appears say "Unrecognized database format 'then the filepath of the database." |
Forum: Visual Basic 4 / 5 / 6 Nov 3rd, 2008 |
| Replies: 12 Views: 907 if you mean the database access objects then yea |
Forum: Visual Basic 4 / 5 / 6 Nov 3rd, 2008 |
| Replies: 12 Views: 907 |
Forum: Visual Basic 4 / 5 / 6 Nov 3rd, 2008 |
| Replies: 12 Views: 907 its a .mdb file using access 2003 |
Forum: Visual Basic 4 / 5 / 6 Nov 3rd, 2008 |
| Replies: 12 Views: 907 hey all,
i keep having a problem using vb with an access database. anything i try to do with access brings up the same error message saying database format not recognised. any ideas what i need to... |
Forum: Visual Basic 4 / 5 / 6 Oct 21st, 2008 |
| Replies: 2 Views: 570 thnks very much, that worked just fine :) |
Forum: Visual Basic 4 / 5 / 6 Oct 20th, 2008 |
| Replies: 2 Views: 570 i am trying to create a button that will open a database from a vb6 system. I have got so far but i dont know what is meant to go instead of Database
Option Explicit
Dim ACC As Access.Application... |