VB 6 interface

aymanmb

Registered User.
Local time
Today, 12:52
Joined
Jan 28, 2007
Messages
96
is it possible touse visual basic 6 for example to create an interface for the finished access database so that I can create an install application for users that do nothave Access.

in other words, I want to have a standalone application through VB 6 that will manage the database application.

regards
 
You can use the tables and queries from an Access DB in VB6. You cannot use the forms, report, modules (code), or macros from Access in VB6 without significantly recreating/rewriting their functionality.
 

Users who are viewing this thread

Back
Top Bottom