morlan
06-17-2003, 02:39 AM
Is it possible to make two events run the same sub routine?
eg. Private Sub cmdGo_Click(), txtInfo_Click
So if you click the cmdGo button or the cmdInfo button access would run the same routine.
eg. Private Sub cmdGo_Click(), txtInfo_Click
So if you click the cmdGo button or the cmdInfo button access would run the same routine.