Jul 14, 2005 #1 cmz21 Programmer May 5, 2005 110 US Hello, What code would I put in the click action of a command button on one form to launch a second form in the same database? Thanks cmz
Hello, What code would I put in the click action of a command button on one form to launch a second form in the same database? Thanks cmz
Jul 14, 2005 #2 jebry Programmer Aug 6, 2001 3,006 US Hi! Just put the command button on the form and follow the wizard! If your wizards aren't installed try DoCmd.OpenForm "FormName" hth Jeff Bridgham Purdue University Graduate School Data Analyst Upvote 0 Downvote
Hi! Just put the command button on the form and follow the wizard! If your wizards aren't installed try DoCmd.OpenForm "FormName" hth Jeff Bridgham Purdue University Graduate School Data Analyst
Jul 14, 2005 Thread starter #3 cmz21 Programmer May 5, 2005 110 US Thanks.....had a brain lapse. cmz Upvote 0 Downvote