Re: query variable
From: Tom Ellison (tellison_at_jcdoyle.com)
Date: 03/28/04
- Next message: Marko: "Library Database"
- Previous message: Vsn: "query variable"
- In reply to: Vsn: "query variable"
- Next in thread: Vsn: "Re: query variable"
- Reply: Vsn: "Re: query variable"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 28 Mar 2004 08:33:37 -0600
Dear Ludovic:
Instead of referencing the variable by name, which isn't going to
work, reference a public function (which you must write) that simply
returns the current value of the variable.
Tom Ellison
Microsoft Access MVP
Ellison Enterprises - Your One Stop IT Experts
On Sun, 28 Mar 2004 21:52:16 +0800, "Vsn" <vba@hotmail.com> wrote:
>Hello experts,
>
>Could some one tell me how I can feed a value in a variable that I put in a
>query criterea like <[x] before the box asking for this value pops up?
>
>SELECT tblUnits.MarineID
>from tblUnits
>WHERE (((tblUnits.MarineID)>[x]))
>WITH OWNERACCESS OPTION;
>
>And besides this is it possible to refere to a variable declared in a
>module?
>
>Thanks for the help.
>
>Ludovic
>
- Next message: Marko: "Library Database"
- Previous message: Vsn: "query variable"
- In reply to: Vsn: "query variable"
- Next in thread: Vsn: "Re: query variable"
- Reply: Vsn: "Re: query variable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|