=========
QUESTION
——— 
Is it possible to code the event on one button to execute several buttons at once on an Access Form?

 

=========
ANSWER
——— 
Yes – simply enter the following in the code for the ‘master button’ 

Private Sub MasterButton_Click()
    Call Button1_Click
    Call Button2_Click
End Sub

 

=========
EXAMPLES
———

 

=========
APPLIES TO / KEY WORDS
——— 
Microsoft Access 
VBA 

 

=========
REF
———

 


http://anySiteSupport.com
http://anySiteHosting.com