|
-
May 5th, 2000, 03:20 AM
#1
Thread Starter
New Member
We are novices with vb6. We are building a project using vb6 as the front end and using ms access as the data base.
How do we use the macros that are built in access to run the vb6 program?
-
May 5th, 2000, 11:45 PM
#2
Lively Member
Why do you need to run the macro to execute your vb application?? Why don't you just use ADO in your vb application to access the database?? This is a more extensible solution.
-
May 7th, 2000, 12:26 PM
#3
Frenzied Member
There are things available in Access that are not available in VB, and vice versa. That being said, lychew is correct in pointing out that you should review your design. Tell us what you're trying to do and maybe we can offer a better way (well, different, anyway) of doing it.
-
May 7th, 2000, 02:07 PM
#4
Lively Member
Create a module in database file that contains function that runs a macro from within the mdb file. Then open MS Access as OLE Object and call to that function
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|