Hi,
I'm trying to use a dlookup formula which references a combo box but unable to get it working.
I have a combo box (called workstate) which has different types of work, eg CaseID, IR, URN. In other cells I have a dlookup formula which I need to reference this combo box. I am currently using the below formula...
=DLookUp("Workstream","qadata","CaseID = '" & [caseid] & "'")
Both parts of the CaseID formula (column heading and combo box) need to reference the combo box "work state" as i have matching column headings in my table the data is pulling from and in the combo box drop down. The dlookup is needed to tell the formula which column needs to be looked up eg CaseID or IR or URN.
Thanks in advance
I'm trying to use a dlookup formula which references a combo box but unable to get it working.
I have a combo box (called workstate) which has different types of work, eg CaseID, IR, URN. In other cells I have a dlookup formula which I need to reference this combo box. I am currently using the below formula...
=DLookUp("Workstream","qadata","CaseID = '" & [caseid] & "'")
Both parts of the CaseID formula (column heading and combo box) need to reference the combo box "work state" as i have matching column headings in my table the data is pulling from and in the combo box drop down. The dlookup is needed to tell the formula which column needs to be looked up eg CaseID or IR or URN.
Thanks in advance