Hi
I have 5 textbox in array, five fields in my tables. To add the records in that tables, I want to make an insert into statement in a loops ( For . . . Next ), and i want to make it with SQL Statements
"INSERT INTO T_Member VALUES('" & txt(x-1).text & "')"
But there's some error msg i had with a different msg, like Item not found and else in my table. And how to convert in a loops if i have one field with Number Data Type or OLE.
My thank's and appreciation for all suggestions . . .