Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Window API MS Access
Do anyone know how I can open a MS Access Table from VB, so it will open in 
a
Access Window.  When I do it I just get a blank page.  And where on Microsof
t
can I find more information about this subject.

Report this thread to moderator Post Follow-up to this message
Old Post
Leon Johnson
10-27-04 08:55 PM


Re: Window API MS Access
"Leon Johnson" <Leon Johnson@discussions.microsoft.com> wrote in message
news:2031B4A2-0E93-4BE9-8FF0-A41B78292ACC@microsoft.com...

> Do anyone know how I can open a MS Access Table from VB, so it will open
> in a
> Access Window.  When I do it I just get a blank page.  And where on
> Microsoft
> can I find more information about this subject.

You would do this by Automating Access. It would look something like this
(warning--air code):

Dim accApp As Object
Set accApp = CreateObject("Access.Application")
accApp.Visible = True
accApp.DoCmd.OpenTable "MyTable"



Report this thread to moderator Post Follow-up to this message
Old Post
Jeff Johnson [MVP: VB]
10-27-04 08:55 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Visual Basic archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 04:43 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.