I have a very complicated input form which I need to reproduce as many times as the user needs. I see using classes as an ideal solution but haven't grasped how.
I have a frame (which is a job card input frame) on the form which contains numerous textboxes, dropdown combo boxes and labels (many of which are in arrays as they are repeated).
As the user needs an additional jobcard I would like to add an exact duplicate of the frame (with all the textboxes, labels, etc) to the current form when a command button is clicked.
Set jobcardX = New classJobCard ?
How do I define the details of the entire frame in a class so I can duplicate it?
Enter your message below
Sign in or Join us (it's free).