May 29th, 1999, 12:18 PM
I have a VB6 application that gets its data from an Access database. It uses a join of several tables to get the information. I used a dynamic cursor and adUseServer for cursor location, but the application does not return new records that have been added to the database (the records have been added by opening Access, not thru VB). How do I get it to refresh the recordset to show all the records, not just the ones it returned the first time it was run?