J
Joanne
Hello, Can anyone tell me why tblusers is being seen as a variable here? It
keeps saying "variable not defined".
Thank you very much (I'm still pretty much a newbie)
If rs.Fields("Floor").Value = "" And tblUsers.LoginID =
Form_frmComputers.Computer_Name Then
MsgBox "Please enter a Floor Value"
txtRoom.Enabled = True
End If
keeps saying "variable not defined".
Thank you very much (I'm still pretty much a newbie)
If rs.Fields("Floor").Value = "" And tblUsers.LoginID =
Form_frmComputers.Computer_Name Then
MsgBox "Please enter a Floor Value"
txtRoom.Enabled = True
End If