![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Programming Guru
![]() ![]() |
Access uses VB for the forums etc. so you shouldn't have to much trouble picking it up. You could even connect to the access db through a client written in VB if you didn't want to have to learn how to make interfaces in access.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#12 |
|
Programming Guru
![]() ![]() ![]() |
First you have to connect to the database... (for instance, if the filename of your database is master.mdb...)
Dim db As Database ' Establishing database connection Set db = OpenDatabase(App.Path & "\" & "master.mdb") See how far you can go with this... show us some code...
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|