Background: Front End MS Access 2010 with VBA; Backend SQL Server 2008; Still learning SQL
I have the following statement coded
It is generating this error: Run-time error (missing operator) in query expression Program='Securi ty' IDUser=1'. What is wrong?
Thanks in advanced.
I have the following statement coded
Code:
gblsSQL = "Select Role FROM [dbo_UserProgram] Where Program='Security' IDUser=" & gblID & ";"
Thanks in advanced.
Comment