Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Open Form In Library Database?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bob Hall  
View profile  
 More options Jul 24 2002, 3:25 pm
Newsgroups: comp.databases.ms-access
From: Bob Hall <b...@sten.alder.net>
Date: 24 Jul 2002 19:24:43 GMT
Local: Wed, Jul 24 2002 3:24 pm
Subject: Re: Open Form In Library Database?

In article <ahmek5$as...@slb6.atl.mindspring.net>, Al Aston wrote:
> I remember a magazine article (or online tip) within the last two years
> about how to open a form in a library database and thereby have access to
> its contents just as if I'd opened the library directly.  I've searched my
> pile of magazines and the Getz books but haven't been able to locate it.

> (Currently in the process of breaking up a huge front-end database into
> smaller chunks that will be called from an Access switchboard.)

> Any ideas on where to find this info?  Any "quickie" tips to get me started?

I don't know how Getz et al do this, but I do it by putting a standard
module in the library, and writing a public function to open the form.

Public Function OpenSesame()
    DoCmd.OpenForm <form name>
End Function

After you set a reference to the library, you can call the function
as you would any other public function.

Bob Hall
--
Access Hamsters: Free tools for users, DBAs, and developers.
Source Code: More of the same, with source code.
SQL: Solutions, troubleshooting tips, etc. for Jet & MySQL
http://users.starpower.net/rjhalljr/Serve


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.