Hiya,
As the title suggest is there a way to clear multiple text boxes with a single command as opposed to :
textbox1.clear()
textbox2.clear()
.
..
...
textbox3500.clear()
hmm something like
allthetextboxesonthisform.clear()
lol if only it was that easy ;)
thanks in advance