RE: Question On Opening a DB
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Anne
Did u ever work out how to do this?
I have been waiting for a response to your ? as have similar problem.
If u can help greatly appreciate.
Miles
--
LqdGold
"Anne" wrote:
> I'm using the code below to open a database from another database.
>
> How do I make the newly opened database the current windows application,
> and how to I maximize the window?
>
> Thanks in advance for your help.
>
> Const strConPathToPurchase = "\\wrobuff2\purchase log\"
>
> Dim strDB As String
>
> strDB = strConPathToPurchase & "purchase log.mdb"
> Set appAccess = _
> CreateObject("Access.Application.8")
> appAccess.OpenCurrentDatabase strDB
> appAccess.DoCmd.OpenForm "frmPurchaseList"
>
.
Relevant Pages
- Re: Which database is the right?
... thank you for your response. ... Robert ... > been successfuly tested on a Windows CE 4.2 device. ... >> synchronization with a host not required, but update of the database file ... (microsoft.public.windowsce.app.development) - Re: ORA-06413 when connecting Ora 9.2 from Win XP x64
... Thanks for the response, however I think you may have missed my last ... I am able to connect to the same database using Windows XP ... Prev by Date: ... (comp.databases.oracle.misc) - RE: Question On Opening a DB
... I think I'm going mad. ... >> I'm using the code below to open a database from another database. ... >> How do I make the newly opened database the current windows application, ... >> Dim strDB As String ... (microsoft.public.access.modulesdaovba) - RE: Question On Opening a DB
... "Anne" wrote: ... > I'm using the code below to open a database from another database. ... > How do I make the newly opened database the current windows application, ... > Dim strDB As String ... (microsoft.public.access.modulesdaovba) - SourceForge.net Sitewide Update: Jan 26th, 2005 (fwd)
... I just returned from an enjoyable Open Source conference in Hawaii ... open sourced the database under the name Derby. ... The CVS client SF.net staff recommend for MS Windows users is ... priority technical support. ... (comp.os.linux.announce) |
|