I need my form to open with a "new record" and for it only to show "1 of 1" records and not all of the other records in the table. (I do not want people to be able to scroll back over the data and accidentally type over previously entered data). I set "Data Entry" to "Yes" on the "Data" tab. For some reason, this is not working correctly on the form. The form is still showing record 1 of XXX and it is auto-populating the field with data. I need it open the form as a "new entry" with nothing populated into the fields. I also tried to add macros...1st macro was OpenForm and then second macro was GoToRecord and record = next that did not work either. I have the database up and going, but need the forma to be user friendly and dummy proof so that patient records dont get entered over b/c multiple ppl will be using it. Any ideas?