All,
I am trying to pass the value of a combo box to a DLookup function to grab the Report Description field from a table. I keep gettting and error saying there is a missing operator in query expression (Report Description)
txtRpt_ReportDescription = DLookup("Report Description", "Tbl_Report_Dictionary", "Report Name= '" & Me.cmbRpt_ReportName.Value & "'")
I am trying to pass the value of a combo box to a DLookup function to grab the Report Description field from a table. I keep gettting and error saying there is a missing operator in query expression (Report Description)
txtRpt_ReportDescription = DLookup("Report Description", "Tbl_Report_Dictionary", "Report Name= '" & Me.cmbRpt_ReportName.Value & "'")