Re: How to Call MS Access Form through VB 6
From: Jim Carlock (anonymous_at_127.0.0.1)
Date: 06/01/04
- Next message: Ralph: "Re: VSS link disappeared"
- Previous message: Rick Rothstein: "Re: UserControl: resizing textbox issue"
- In reply to: Dib: "Re: How to Call MS Access Form through VB 6"
- Next in thread: Dib: "Re: How to Call MS Access Form through VB 6"
- Reply: Dib: "Re: How to Call MS Access Form through VB 6"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Jun 2004 12:08:20 -0400
Develop the form in VB and use a VB form to access Access.
You can use ADO, DAO and / or RDO in this manner. You
will be able to run internal Access queries to extract tables, will
be able to execute Access action queries, will be able to open
recordsets.
You can use the SQL that is created by Access to develop
parameterized queries for VB. With some slight modifications
to these parameterized SQL everything is within reach.
-- Jim Carlock http://www.microcosmotalk.com/ Post replies to the newsgroup. "Dib" <dshahene@consoftware.com> wrote in message news:u3Ew99%23REHA.2704@TK2MSFTNGP10.phx.gbl... Thanks for your reply. What are my options here since my Back end is SQL Server version 7. Thanks Dib "Paul Clement" <UseAdddressAtEndofMessage@swspectrum.com> wrote in message news:rs7pb01s0mj0oe42n3af5acb2fcg6m2ai7@4ax.com... > On Tue, 1 Jun 2004 10:23:04 -0400, "Dib" <dshahene@consoftware.com> wrote: > > ¤ Hi, Can anyone help with a syntax on how to call an MS Access 2000 Form > ¤ through Vb 6. > ¤ > ¤ I am using ADO connection in VB and would like to use the same connection > ¤ for the Access Form when the Form is Opening. > ¤ > ¤ The Access will contain a Form and a Sub Form. > > You can use automation with DoCmd and the OpenForm method. You can't really use an ADO connection > since Access objects use the Jet database engine directly. > > OFF97: Using Automation to Run Microsoft Access > http://support.microsoft.com/default.aspx?scid=kb;en-us;167472 > > > Paul ~~~ pclement@ameritech.net > Microsoft MVP (Visual Basic)
- Next message: Ralph: "Re: VSS link disappeared"
- Previous message: Rick Rothstein: "Re: UserControl: resizing textbox issue"
- In reply to: Dib: "Re: How to Call MS Access Form through VB 6"
- Next in thread: Dib: "Re: How to Call MS Access Form through VB 6"
- Reply: Dib: "Re: How to Call MS Access Form through VB 6"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|