I have an application using Access 2000 and VB6. I retrieve all rows from the database using connection string and recordset. When I do inserts or updates I use the command object, after building my SQL statement. It inserts and updates just fine. However, when I insert, the new row does not show until I exit the app and come back in. I can do a close recordset, open recordset, movefirst or movelast, but the new row does not show. Only by completely exiting the app and returning, does it show up. What am I doing wrong?????
thanks
thanks