My Access 2007 project is making thousands of SQL calls to the SQL Server 2000 database. This was once a Access 2003 project. Here is the call:

SELECT *, sql_variant_property(value, 'basetype') AS type FROM ::fn_listextendedproperty(N'MS_Description',N'user',N'dbo',N'table',N'Activ eBonds21',NULL,NULL)

This is slowing Access down, and making the application unusable. Can you help?