kermit
Registered User.
- Local time
- Today, 13:34
- Joined
- Dec 20, 2002
- Messages
- 12
Is it possible to take a SQL statement and assign it straight to a variable? I have tried a few different ways and it doesnt seem to work. Heres what i mean:
Dim myVar as string
myVar = "Select field from table where field1 = Value";
thanks for your help-
-D Frog.
Dim myVar as string
myVar = "Select field from table where field1 = Value";
thanks for your help-
-D Frog.