danomatic
Member
I have a basic form that inserts text fields into a database. When I click insert, I would like the fields to all clear.
I know how to do it one line at a time but it would be more efficient if I could do a loop or an array but I am not sure how. Here is what I have now. (and it works)
thx, dan
NOTE: I am new to VB and VB.Net only within the past few weeks but with Oracle/SQL Server background.
Version: VS Studio.Net 2002 Enterprise Architect
I know how to do it one line at a time but it would be more efficient if I could do a loop or an array but I am not sure how. Here is what I have now. (and it works)
Code:
txtAddress.Text = ""
(....and 10 more fields like this)
NOTE: I am new to VB and VB.Net only within the past few weeks but with Oracle/SQL Server background.
Version: VS Studio.Net 2002 Enterprise Architect