custsoft
Programmer
- Aug 29, 2000
- 41
I am using VB6 and ADO 2.5. When I open a recordset where I will be doing an addnew I have been using a select like "select * from database", which I assume fills the recordset with all of the records from the database. It seems like a waste to fill the recordset with old data when you just want to add a new record. Should I be using a different select query? Thanks for your help. Joe Baileys Harbor WI.