I have created a Dlookup that is giving me a error 2450. The form name is frmReports1, textbox to enter info in is txtUCI, the txtbox I want the info to go in is txtRpt. the queryname is qry_sel_dbo_rptq_rpts_frm and the name of the first field from the table is qrptid, the name of the lookup field from the query is uci. Any help is appreciated.
Tom
Tom
Code:
Me!txtRpt = DLookup("qrptid", "qry_sel_dbo_rptq_rpts_frm", "[UCI] =""" & Forms!Me![txtUCI] & """")