Querystring

V

viktor

How can i pass variables to my querystring. Here my situation: from inputbox
i keep the value into a variable. i want to use this variable in where
statement.
 
A

Arvi Laanemets

Hi

Edit the CommandText propertie (contains the SQL-string) of QueryTable
object.


Arvi Laanemets
 
Top