hi
i have 10-20 text boxes in a form
all these text boxes should do the following if double clicked
Me.AllowEdits = True
but its a long process to write this code to each and every text boxes double click event. insted of doing that, isn't there any other way to write it only once and pass the...