Re: Passing a value from one form to another
From: Robert Chafer (rob_at_silverfrost.come)
Date: 06/18/04
- Next message: Bob Butler: "Re: Passing a value from one form to another"
- Previous message: Larry Serflaten: "Re: making a anagram search on a wordlist"
- In reply to: Shahri: "Passing a value from one form to another"
- Next in thread: Bob Butler: "Re: Passing a value from one form to another"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Bob Butler: "Re: Passing a value from one form to another"
- Previous message: Larry Serflaten: "Re: making a anagram search on a wordlist"
- In reply to: Shahri: "Passing a value from one form to another"
- Next in thread: Bob Butler: "Re: Passing a value from one form to another"
- Messages sorted by: [ date ] [ thread ]