This is a Datacombo box and is connected to an ADODC control
I see the MatchEntry and Match List properties
I want to see if an item from my Datagrid matches an item in the combo box and select it
here is waht I have so far
Me.cboEmp1.MatchEntry = AddNewAudit.DataGrid1.Columns(5).Text
TIA
DougP, MCP, A+
I see the MatchEntry and Match List properties
I want to see if an item from my Datagrid matches an item in the combo box and select it
here is waht I have so far
Me.cboEmp1.MatchEntry = AddNewAudit.DataGrid1.Columns(5).Text
TIA
DougP, MCP, A+