Hi all,
Hope you can help...
I have a form (frm_Navig) in an Access 2010 database which is formatted to show a list of records in data sheet view. The record source for frm_Navig is an unfiltered query (Qry_PartData), which is based upon a single table (tbl_PartData).
The table itself has 299 records, and when I run Qry_PartData it shows all 299 records as expected. So far so good.
However frm_Navig, based upon Qry_PartData, is only showing the first 198 records, despite having no filters set.
The oddity is that the record count at the bottom of the form indicates the correct number of records (299), but records 199-299 are not visible and cannot be found using the FindRecord function.
I've tried changing the form's record source to the original table (tbl_PartData), but again only shows the first 198 records, so presume this is a problem with the form.
To confirm there are no filters set and no criteria set on the table, query or form, and the information is pulled from a single query, based on a single table so there are no join issues.
Any help is appreciated as this is really confusing me.
Thanks,
Michael