I've got an MS-Access database stored in a folder (yes, I have 'Modify' permissions set for the folder) on a Vista machine.
From my .NET application (VB2008) I can query the database just fine, and add records to the tables. When I re-run the application the added records are there.
However if I start Access (2000) and open the database, the table that I just changed appears to have no new records added to it.
Is there some incompatibility with Vista and Access 2000?
EDIT: When I open the same database in Access 2003 on an XP machine, the new records show up just fine.