From: Tab Controls Tab on 7 May 2010 09:21 This issue is resolved now. I figured it out "Cbeckwith" wrote: > Code was writtten on the original form, but form is still named the same, the > only thing that has changed is the control for the form changed to tabbed > control and then I moved the individual controls to the appropriate tabbed > sheets. Having a problem with the cmd buttons exiting to a main form, so I am > thinking that I need to change the syntax on the code properites somehow. The > main form is called "POCheck", the individual tabs are called "PO Form" and > "Checkbook Form". I am not sure how the snytax needs to refer to the tabs? > Here is an example: > > Private Sub cmdExit_Click() > Me.Refresh > DoCmd.Close > DoCmd.OpenForm "Main Menu", acNormal > End Sub
From: Linq Adams via AccessMonster.com on 7 May 2010 09:36 Forum etiquette dictates that when you resolve your own problem, you post the solution. In this way others searching for answers to the same or similar problems can benefit from your experience, and rather than simply using the newsgroup/forum, you're actually contributing to it! -- There's ALWAYS more than one way to skin a cat! Answers/posts based on Access 2000/2003 Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/201005/1
|
Pages: 1 Prev: Conditional Formatting - Worked - Bad - Doesn't Work Next: Run Time error 2683 |