Re: Passing a value from one form to another

From: Robert Chafer (rob_at_silverfrost.come)
Date: 06/18/04


Date: Fri, 18 Jun 2004 17:14:22 +0100

Shahri <Shahri@discussions.microsoft.com> wrote:

> Hi all,
> Is public variable is the best thing to pass the values from one form to another or there are other means to do this.
> Thanks in advance,
> Shahri

Create a public sub or function in the form you want to call
and...call it. I quite often have a method called Modal that data gets
passed to and then shows the form.

Robert Chafer