I have a main form with a tab control and multiple pages. On each page is another form. On each form of each page I have "add record", "previous record", and "next record" command buttons. When I open up the main form containing all these different pages, a couple of the pages to not load the recordsets. I cannot go to the previous record and get a "no current record" message box. If I add a record, then try using the "previous record" command button, it works fine. If I open up the form by itself, everything works fine.
I've tried using different Form.Recordset.Move commands to see if I can get the form to open up on a different record (right now it opens on a new record, which is what I want), but still get the "no current record" message box. Again, if I open this form on its own, everything is fine. If I open it up simultaneously with the other forms under my main form, it will not go to the previous record.
Any comments to point me in the right direction would be appreciated. Thanks!
I've tried using different Form.Recordset.Move commands to see if I can get the form to open up on a different record (right now it opens on a new record, which is what I want), but still get the "no current record" message box. Again, if I open this form on its own, everything is fine. If I open it up simultaneously with the other forms under my main form, it will not go to the previous record.
Any comments to point me in the right direction would be appreciated. Thanks!