Access Stuff From Other Forms
This just shows how to access CommandButton’s, Label’s etc.. from another Command or label. So when you click Form1’s Command, you can actually be clicking Form2’s command. Very useful for shortcuts. Original Author: SeeD Inputs 1. make 2 forms2. make a command button on each form Returns returns the action of the other command button Code ‘So you have… Read More »