
February 15th, 2008, 12:09 PM
|
|
Registered User
|
|
Join Date: Feb 2008
Posts: 9
Time spent in forums: 1 h 12 m 4 sec
Reputation Power: 0
|
|
|
Login form
Hi i have a login form which is connected to a table TblPassword. Most of the code written is fine but i cant get past this one:
If Me.txtPassword.Value = DLookup("Password", "TblPassword", "[Username]=" & Me.cbousername.Value) Then
Username = Me.cbousername.Value
an error message saying
The object doesnt contain the automation object 'Elaine'
as far as i can see Elaine is the username entered at that time. Does anyone know why this is happening??
|