I believe the following SELECT statement is correct, but I can't get InterDev to use it:
strSQL = 'SELECT * FROM Security WHERE UserID = "' & UserID_var & '"'
I created a recordset and selected SQL Statement to gather the data. I can't get the SQL statement to work though!
Is there any way using InterDev (or the SQL Builder in InterDev) to include a variable in the SELECT statement?
Note: I tried to view the recordset as text and edit it directly, but to no avail!
Thanks in advance...Dave
strSQL = 'SELECT * FROM Security WHERE UserID = "' & UserID_var & '"'
I created a recordset and selected SQL Statement to gather the data. I can't get the SQL statement to work though!
Is there any way using InterDev (or the SQL Builder in InterDev) to include a variable in the SELECT statement?
Note: I tried to view the recordset as text and edit it directly, but to no avail!
Thanks in advance...Dave