J jhull57083 New member Local time Yesterday, 17:51 Joined Jan 12, 2014 Messages 2 Jan 12, 2014 #1 I am trying to write the code in VBA in access that will allow the button I click to go to a certain form, need help. Thanks Jeff
I am trying to write the code in VBA in access that will allow the button I click to go to a certain form, need help. Thanks Jeff
bob fitz AWF VIP Local time Today, 01:51 Joined May 23, 2011 Messages 4,806 Jan 12, 2014 #2 Welcome to the forum. Can you give us more detail.
pbaldy Wino Moderator Staff member Local time Yesterday, 17:51 Joined Aug 30, 2003 Messages 36,157 Jan 12, 2014 #3 The wizard would probably create it for you, but check out OpenForm in VBA help.
Wiz47 Learning by inches ... Local time Yesterday, 20:51 Joined Nov 30, 2006 Messages 274 Jan 14, 2014 #4 jhull57083 said: I am trying to write the code in VBA in access that will allow the button I click to go to a certain form, need help. Thanks Jeff Click to expand... DoCmd.OpenForm "formName"
jhull57083 said: I am trying to write the code in VBA in access that will allow the button I click to go to a certain form, need help. Thanks Jeff Click to expand... DoCmd.OpenForm "formName"