To help explain what this thread was mainly trying to get, I've mocked up this tiny example.
The database has a form (Form1). On Form1, there are multiple command buttons: testMe0, testMe1, & testMe2.
The OnClick procedures for these buttons:
Private Sub testMe0_Click()
Call testMe
End Sub...