
VB 4.0/database/db combo box
Whenever you add a new record to the database, it overwrites the first record
as well as adding it to the end of the file.
How do I avoid wiping out the first record?
I am using the table style recordset and this occurs when adding a new
record.
Running the application shows the offending record in the first position when
listing the addition in a db combo box.
Thanks a bunch folks!