Using Access 2007: I have a form with three pages in a tab control: Data-1, Data-2 and Data-3. These pages all display information from a single record; they were only created for ease of user input. The records are stored in a SQL server with Access as the front end.
When I am on Data-1 or Data-2, I can use the record selectors at the bottom of the form to move forward and back between records.
I just created Data-3 today, cutting and pasting some controls from Data-1 onto Data-3.
The record selectors don't work when I am on Data-3. I've examined the properties, and all three pages are identical except for their names and page numbers. I checked the Cycle property of the form containing the tab control, and it's set to "All Records."
I can't figure out why cycling thorugh records can't be done from my new page, when I can do it from the others.
Any help or advice would be appreciated.