I have a few cascading combo boxes on my form. They follow the order below. Everything works exactly as it should. However, once I get to the Items (cboItem1, cboItem2) there is only one value in the combo box. So I want to make the first and only value in the list be the default value instead of having to chose from the drop down menu. But since it is a cascading combo box what this value could be changes.
cboFund
cboOrder
cboItem1
cboItem2...
Is there any way to do this. I have tried to search other posts but nothing seems to be exactly what I am looking for. Any help would be greatly appreciated.
cboFund
cboOrder
cboItem1
cboItem2...
Is there any way to do this. I have tried to search other posts but nothing seems to be exactly what I am looking for. Any help would be greatly appreciated.