I have a strange problem that I just can't figure out. I need help desperately.

I have an app that uses DAO/Jet3.5 and VB6 to manage an Access database. I use a data control and form to bind approx. 150 fields. The app works great except for this one issue:

When I add the first new record (using data.recordset.addnew method) it takes about 20 seconds to save the data (on a PIII-700MHZ system). All new adds after that save in less than 1 second. Also, any edits to existing records, before or after the first addnew also save in less than 1 second.

Anyone know why????