|
-
June 28th, 2001, 04:59 AM
#1
Call Access application with VB
i've created an application in Access; i want to call this with VB; how will write a calling program in VB for this
appreciate help from somebody
thanks
-
June 28th, 2001, 07:33 AM
#2
You can use the Access library. Just add it to your references. Also, you can use the Help in Access to find what you want to do. Just look for the Help section for VB.
You may want to describe what you are wanting to call your application for?
Cheers!
-
June 29th, 2001, 12:53 AM
#3
thanks
but i would have an icon on the desktop [an exe created in vb] so that user can click on it and access the ACCESS application
hope my intention is clear
appreciate ur opinion about it
thanks
-
July 2nd, 2001, 02:07 PM
#4
if I was you id used ADO,
for help and examples try
www.planet-source-code
and www.vbcode.com
-
July 2nd, 2001, 03:56 PM
#5
Originally posted by KB:
<STRONG>thanks
but i would have an icon on the desktop [an exe created in vb] so that user can click on it and access the ACCESS application
hope my intention is clear
appreciate ur opinion about it
thanks</STRONG>
So, you want your Access application to be an executable file unlike the mdb format?
You can connect to a Access database thru ODBC. Most programming languages will allow you to programmically use an ODBC connection. VB, C++, Java.... I'm still not fully understanding what you are wanting to do.
-
July 4th, 2001, 02:03 AM
#6
not an executable file; i understand in vb we can call an application object sort of thing;
so i just wanted to use vb to call my access application by writing some codes in that line; hope i made it clear
thanks
-
July 9th, 2001, 08:54 AM
#7
hi,
If I understand correctly this may help you:
Shell Execute
If you goto www.vbworld.net by the link above it will take you to an example of how to open a file with it's default program.
In your case the *.mdb file would be opened by access.
Hope this helps.
-
July 13th, 2001, 01:05 AM
#8
thanks; i understood how to do it!
how to create menus with macros in MsAccess?
can u help me?
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
|
|
Bookmarks