I have a database that has a form that gets filled out that writes directly to a table. The information is employee contact information. We have records in the table. When we open the form, it only shows 1 or 1 record which is the new record. We would like to be able to scroll through the records in the table once we open the form. This would allow the users to see the records that they have entered so far. How do I modify the form to allow them to scroll through the records? Thanks in advance.