I created a data entry form from a table. When I first created the form and added some data, I could scroll through that dat using the record bar at the bottom of the form, which looks like this:
After making cosmetic changes that bar no longer allows me to cruise through the data one record at a time, and each time I hit either next or previous it creates a blank record in the table. I had the form set to
, so when the user opened the form they were ready to enter data. Since they they to change data in a record I would like to have the < > work. I am missing something simple, but can't find it.
Thanks
After making cosmetic changes that bar no longer allows me to cruise through the data one record at a time, and each time I hit either next or previous it creates a blank record in the table. I had the form set to
Code:
DoCmd.GoToRecord record:=acLast
Thanks