Basic¶
Number of record count in query¶
After call 'Set rs = CurrentDb.OpenRecordset(strSQL)', we must first check if the records are empty by rs.EOF\ if not, to get the number of records, we need to call 'rs.MoveLast' before use cnt = rs.RecordCount
Introduction to data types and field properties¶
https://support.office.com/en-us/article/introduction-to-data-types-and-field-properties-30ad644f-946c-442e-8bd2-be067361987c