I am not quite sure the best way to do this. I have a combo box that uses a query on table tblQCMillMatCstType. I then display in a locked text box on after update of combo the following:
txtCurrentRunNo.Value = cboMatCstType.Column(3) (which is CurrentRunNo in that table). I now want to have a command button that when you click it, it will take the cboMatCstType.column(3) and add 1 and update the table with next run number. I would appreciate any help on this. Thanks.
txtCurrentRunNo.Value = cboMatCstType.Column(3) (which is CurrentRunNo in that table). I now want to have a command button that when you click it, it will take the cboMatCstType.column(3) and add 1 and update the table with next run number. I would appreciate any help on this. Thanks.