Hi guys -
Im currently working on a login screen. I keep getting an error with this line of code:
If Me.Pass.Value = DLookup("Password", "DatabaseUsers", "[Username]=" & Me.User.Value) Then
its saying run time error 3075 -missing operator in query expression!
any ideas?
cheers
Im currently working on a login screen. I keep getting an error with this line of code:
If Me.Pass.Value = DLookup("Password", "DatabaseUsers", "[Username]=" & Me.User.Value) Then
its saying run time error 3075 -missing operator in query expression!
any ideas?
cheers