Variable in a query

AlLeX_Brd

Registered User.
Local time
Today, 08:05
Joined
Jul 4, 2005
Messages
19
Is it possible to use variable in a query criteria?
For example: DateAdd Func has 3 arguments (Arg. 1, Arg. 2, Arg.3) -> Arg.2 is Integer.

I want Arg.2 to be a variable and its value come from a Txt Box placed on a Form.

Thanks!
 
Hello Alex!
Try for Arg.2

FORMS!FormName!FieldName
 
What you mean with 'FieldName'?
 

Users who are viewing this thread

Back
Top Bottom