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
I have to apologize it seems i may have acted a little quickly in adding this question as i have found the answer in a previous post. my Bad ;(
Was just gonna say that.