Microsoft
Software
Hardware
Network
Question : Click a button from another button from a subform
I have a Form1 with a Button1in this form I inserted a sub form and make the source data Form2 that contains a Button2.
In Form 1 I have button that in the click event make Label5 visible in the same Parent Form. How can I click Button1 from Form2 Button2. I dont want to include all the code form Button1
I want to use the Button.Value = True from Form2 method. How can I accomplish this? I have included a sample small database.
I have tried every possible combination of this and can make it work.
http://www.mvps.org/access
/forms/frm
0031.htm
Answer : Click a button from another button from a subform
This should do it:
Call Me.Parent.Button1_Click
Random Solutions
How do i import data from Visual FoxPro 6.0 DB to Access 2003 with VBA
Can't copy mscal.ocx file in Windows\system32
ApplyFilter based on multiple criteria selected from combo boxes...
MFC VersionInfo problem
Cannot boot Windows 7 after motherboard installation
Using XIRR in ACCESS , SQL TO VBA Conversions , Getting Runtime Error 1004
Refresh, acCmdSaveRecord - Current Record Pointer
Update multiple records at one time
Need help getting started with n-tier design in asp.net 3.5
I am copying 40 diferent databases to a directory that these databases already exists. How do I prevent the system message "This Directory already exist" "Overwright" "Yes" "No" from appearing each ti