The best way to check things is to open the same table with a browser window.
If that displays only the 130 records, then issue a SET FILTER TO from the command window.
Otherwise, look, as Rick suggested, for DELETED records in the same browse window; they're the ones that have a black rectangle to the left instead of a grey one.
If that still doesn't cut it, look at the view window and see if the table is indexed; if so, it might be a UNIQUE index that's barring your view.
If not, see if there are any relations between other tables and the table in question (the relations show in the second column of the View window).
Best of luck,
Jan Schenkel.
"As we grow older, we grow both wiser and more foolish at the same time." (De Rochefoucald)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.