V
Vsn
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
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