D
DC Gringo
How can I check for the number of records in a table?
If MyDataSet1.Table1.recordcount = 0
'my code'
End If
If MyDataSet1.Table1.recordcount = 0
'my code'
End If
DC Gringo said:How can I check for the number of records in a table?
If MyDataSet1.Table1.recordcount = 0
'my code'
End If