How come i get this error when using Dlookup?

papic1972

Registered User.
Local time
Today, 22:23
Joined
Apr 14, 2004
Messages
122
Hi all,

I'm trying to do the following:

Forms!frmAtaGlance!txtDriver1 = DLookup("DriverName1", "qryAllocationDriverList2", "Id=Me.txtid")

and i'm receiving an error that states that there are "too few parameters -1".

I'm suspecting the error is coming from "Id=Me.txtid". Can anyone tell me how to reference this properly?
 
Don't worry!!! I think i've been spending way too many hours programming!!! I've solved my own problem! DUHHH!!!!
 
Happens to the best of us. Glad you worked it out. ~R
 

Users who are viewing this thread

Back
Top Bottom