New record

endri81

Registered User.
Local time
Today, 05:20
Joined
Jul 5, 2010
Messages
121
Hi.
I have a tabbed form where all fields inside tabs belong to a single record registration.The registration of record is accomplished after passing through all tabs.Is it possible to create a button in the last tab which makes possible record saving and automatically send the user to the first tab for a new registration?
Regards
 
docmd.RunCommand acCmdSaveRecord
Me.TabControl.Pages(0).SetFocus
 
docmd.RunCommand acCmdSaveRecord
Me.TabControl.Pages(0).SetFocus

Changed the code in the button and now my form doesn't open at all:(
 
Changed the code in the button and now my form doesn't open at all:(
That code has nothing to do with your form not opening. I would imagine your form is corrupt. You can always get the form from a backup copy of your db.

What is the error message you receive when you try to open the form?
 

Users who are viewing this thread

Back
Top Bottom