I am a relatively new user to SQL.
I am currently using SQL via ADO to create a recordset and then loading text boxes with data using the recordset methods, MoveFirst MoveNext etc . This is extremely slow especially when there are 199 text boxes. I have a For loop now that is taking 8 to 9 seconds to complete loading of data into the text boxes.
Is there a way to load the text boxes with data via SQL without using the recordset methods ????? Thank you in advance, for any help.
TNN, Tom
TNNPAYROLL@AOL.COM
TOM
I am currently using SQL via ADO to create a recordset and then loading text boxes with data using the recordset methods, MoveFirst MoveNext etc . This is extremely slow especially when there are 199 text boxes. I have a For loop now that is taking 8 to 9 seconds to complete loading of data into the text boxes.
Is there a way to load the text boxes with data via SQL without using the recordset methods ????? Thank you in advance, for any help.
TNN, Tom
TNNPAYROLL@AOL.COM
TOM