M
MikeTI
October 14, 2009
Hi all
I want to find a row from a DataSet table whose primary field consists of
three fields:
Employee Character Field
Serial Integer Field
Line Integer Field
mEmployee="A001"
mSerial=1
mLine=1
mDataRow = mTable.Rows.Find(.....)
How do I put the above three variables in the Find command ?
Thanks
Mike TI
Hi all
I want to find a row from a DataSet table whose primary field consists of
three fields:
Employee Character Field
Serial Integer Field
Line Integer Field
mEmployee="A001"
mSerial=1
mLine=1
mDataRow = mTable.Rows.Find(.....)
How do I put the above three variables in the Find command ?
Thanks
Mike TI