Hi,

I am writing a program that has a grid that a user can enter data into which is then saved to a database. The problem is that if the user types too fast the data in some cells does not get saved to the database. I think it may be that the last connection that is saving data has not finished before the next connection thries to save and clashing happens. Is this possible and if so is there a good solution. I am using a adodb connection.

Thanks

Joolz