debug error

  • Thread starter Thread starter T3E
  • Start date Start date
T

T3E

hi can someone tell what is wrong with this coding i keep oon getting an
error message saying debug

If Me.password.Value = DLookup("Consultant_Password", "tblconsultant",
"[Consultant_ID]=" & Me.con.Value) Then
 
hi can someone tell what is wrong with this coding i keep oon getting an
error message saying debug

If Me.password.Value = DLookup("Consultant_Password", "tblconsultant",
            "[Consultant_ID]=" & Me.con.Value) Then

I don't see anything wrong with? are all the table and field names
correct? It also wouldn't hurt to put field names and table names in
brackets []
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

You canceled the previous operation 2
help with this code does not work urgent!!!!!!!!!!! 1
Dlookup only returning the first record 6
VBA Question 4
DLookup error 1
DLookUp 7
DLookup 1
SplitFormDatasheet property 6

Back
Top