|
-
Oct 21st, 1999, 02:20 PM
#1
Thread Starter
Addicted Member
I have created an application in VB. One of the options that is included within this App is to run an Access 97 Macro. If I put my .mdb file on a network drive and use this VB application on a pc which is networked but does not have Access 97 installed locally, will it function properly, i.e will VB run the macro ?
-
Oct 21st, 1999, 09:05 PM
#2
Guru
probably not, becuase if you use
set axs = new access.application
it creates the MS Access object on the client PC. If access is not installed, then you won't be able to create the object. You can only manipulate queries and tables via VB of an access database w/o having MS Access installed.
HTH
Tom
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
|