Give that tables are really only for the storage of data, and that the user should not be interacting directly with the data stored in that table, but rather through the "filter" of a form. Why does it matter, give that that data can be sorted in any manner you desire?
Well then how would I do that? The way I have it setup is a form with text boxes showing in datasheet view. The entry field is at the bottom of this datasheet view form. Which after awhile would get annoying to scroll to the bottom to enter data.
Since this is a subform that I was talking about I just put it on the click event. So anytime someone clicks on the form it will take them to the new entry field. Good suggestion thanks.