Re: can one pass more than 1 var to a form via openargs?
- From: Steve Jorgensen <nospam@xxxxxxxxxxxxx>
- Date: Mon, 23 Jan 2006 21:53:40 -0800
As has been made clear, multiple values can be passed through a delimited string, however that gets really messy really fast. We had a long thread a while back discussing various ways around this problem, mostly involving either witing to the form's properties after opening it or placing objects into some sort of temporary holding before opening the form, and having the form retrieve the data when it opens.
jim Bob wrote:
Just a quick question. I have a docmd in the form of DoCmd.OpenForm "frm_SearchResults", acNormal, , , , acWindowNormal,
Me.lstResults.Value
I currently pass Me.lstResults.value through and use this value etc
etc.. Is it possible to pass more than one variable?
Cheers.
.
- References:
- can one pass more than 1 var to a form via openargs?
- From: jim Bob
- can one pass more than 1 var to a form via openargs?
- Prev by Date: Re: Is there a faster way
- Next by Date: Re: Update query
- Previous by thread: Re: can one pass more than 1 var to a form via openargs?
- Next by thread: Using OnAction
- Index(es):
Relevant Pages
|