Is there a limit on the number of records that can be returned in a list?
I have a database with 1201 records but it is only retrieving the first 1180 records. I've tried the pre-assigned select statement as well as SELECT * FROM table. Nothing seems to help.