G
Guest
Hello,
Can anyone tell me what's wrong with the folloing select statement? I keep
getting an error that I'm using an invalid character. I'm running the
statement from Form/Current.
Set rs = CurrentDb.OpenRecordset( _
"SELECT Floor, from tblUsers WHERE [tblUsers.LoginID] = " &
Form_frmComputers.LoginID)
I'm afraid I just can't see what's wrong. Thanks very much for your help.
Can anyone tell me what's wrong with the folloing select statement? I keep
getting an error that I'm using an invalid character. I'm running the
statement from Form/Current.
Set rs = CurrentDb.OpenRecordset( _
"SELECT Floor, from tblUsers WHERE [tblUsers.LoginID] = " &
Form_frmComputers.LoginID)
I'm afraid I just can't see what's wrong. Thanks very much for your help.