
Creating executable and using Access tables
Quote:
> I want to create an application that uses VB and Access Tables. If I
> create an executable is there a way to include the Access tables or
> will the end user have to have Access so that VB can use the Access
> tables?
You will need to supply the Access tables and Jet DLL's with your exe.
The user does not need to have Access to use your app. The VB Setup
Wizard will generally work out what DLL/VBX/OCX files you need to
include in your setup disks.
Peter