How do I display 10 records on a form?
I have a table which contains FromDate, EmpID, CheckDate. I want to order the records by FromDate and display the records until the CheckDate is Not Null. This with a maximum of 10 records.
I have a table which contains FromDate, EmpID, CheckDate. I want to order the records by FromDate and display the records until the CheckDate is Not Null. This with a maximum of 10 records.