L
lalexander
Could someone please assist with this problem.
I had this program working fine and I must have changed something because
whenever I run this
I get "Variable not defined" - it's pointing at the - dbOpenDynaset
I tried to trace if the value of cbologinname was being passed - it is .
Please help as I'm pulling my hair out.
========================================================
' Create an updateable recordset for the selected UserID from the combo
box.
'
SQL = "SELECT LOGIN_NAME,FULLNAME,PSWD,ID,UPDTE,PRIOLEVEL FROM ANNFILE "
SQL = SQL & " WHERE IDNO =" & cboLoginName & ";"
Set rs = CurrentDb.OpenRecordset(SQL, dbOpenDynaset)
============================================================
I had this program working fine and I must have changed something because
whenever I run this
I get "Variable not defined" - it's pointing at the - dbOpenDynaset
I tried to trace if the value of cbologinname was being passed - it is .
Please help as I'm pulling my hair out.
========================================================
' Create an updateable recordset for the selected UserID from the combo
box.
'
SQL = "SELECT LOGIN_NAME,FULLNAME,PSWD,ID,UPDTE,PRIOLEVEL FROM ANNFILE "
SQL = SQL & " WHERE IDNO =" & cboLoginName & ";"
Set rs = CurrentDb.OpenRecordset(SQL, dbOpenDynaset)
============================================================