BadKitty Registered User. Local time Today, 16:37 Joined Jul 7, 2005 Messages 55 Oct 17, 2005 #1 i'd like to create a button on a form that opens another form ONLY in add mode. the command button wizard does not give you that option. please help! thanx in advance.
i'd like to create a button on a form that opens another form ONLY in add mode. the command button wizard does not give you that option. please help! thanx in advance.
RuralGuy AWF VIP Local time Today, 14:37 Joined Jul 2, 2005 Messages 13,825 Oct 17, 2005 #2 Look in VBA help under OpenForm Method. The DataMode parameter of acFormAdd will do what you want.
BadKitty Registered User. Local time Today, 16:37 Joined Jul 7, 2005 Messages 55 Oct 17, 2005 #3 thanx! thanx a bunch...works perfectly!
RuralGuy AWF VIP Local time Today, 14:37 Joined Jul 2, 2005 Messages 13,825 Oct 17, 2005 #4 Glad I could help.