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?
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?