Good day everyone,
I would like to create VBA code which will be triggered byon-click event of a button on Form-A. Code should be able to do any one of thefollowing, whichever is easy.
Option 1:
1. Deleteall the controls on a form “POStatsFinal”
2. Createfive text box controls with names box1, box 2, box 3, box 4 and box 5 on “POStatsFinal”
Option 2:
1. Deletea form “POStatsFinal”
2. Createa new form and name it “POStatsFinal”
3. Createfive text box controls with names box1, box 2, box 3, box 4 and box 5 on “POStatsFinal”
Your help will be greatly appreciated.