Re: Help on Forms

From: Paul Dorsey <pdorsey_at_dulcian.com>
Date: Thu, 15 Jul 1999 01:40:31 GMT
Message-ID: <j_aj3.71459$eF3.18803_at_news.rdc1.nj.home.com>


  1. Create a parameter list in your calling form.
  2. Call the new form passing the parameter list.
  3. In the new form create parameters for each item you want to pass.

or

Place the values in a package and share the values.

From here you should be able to figure it out using the help files.

--
Paul Dorsey
[Quoted] Dulcian, Inc.
www.dulcian.com
212 595 7223
Shelli D. Orton wrote in message <378CF1C2.C6233F55_at_crha-health.ab.ca>...

>I have a form based on a multi-table view, therefore I can not make
>changes directly on the form. For the user to make changes, another
>form is invoked with text items to be filled in. These text items are
>then placed into variables in the update statement.
>
>What I was wondering is, if there was a way to take the information from
>the first form's current record and insert that into the second form as
>default values. Can anyone help?
>
>Shelli
>
Received on Thu Jul 15 1999 - 03:40:31 CEST

Original text of this message