hucheunghugo
New member
- Local time
- Tomorrow, 06:48
- Joined
- Apr 11, 2022
- Messages
- 23
Code:
If IsNull(DLookup("Staff_ID", "Login", "LoginID = '"&Me.ID&"' and Password = '"&Me.PW&"'")) Then
End If
But it shows that there are syntax error.....
Last edited: