Hi,
If your table has a large amount of data in it, and you have for instance one or a number of indexed fields, then access treats this like a query and opens up your table having sorted it according to your indexed fields.
Having said that, even if you have no fields indexed, if there is a large amount of data in your table the same thing is likely to happen. It's just the way access works.
John