I'm trying to bring over information from a combo box from another form. I need the information from the second column. Here's the default value I put: =IIf(IsNull([Forms]![frmStatisticAnalysis]![cboCampusID]),"All Campuses",[Forms]![frmStatisticAnalysis]![cboCampusID])
I'm trying to get the information from the second column in combo box [cboCampusID] in [Forms]![frmStatisticAnalysis]![cboCampusID]