IIRC, MS Access only has the MSysObjects table, though I do not know if it still has support in the latest versions.
fOn Jan 27, 12:06 pm, Reuben Bartolo <reuben.bart...@gmail.com> wrote: > SELECT * > FROM dbo.sysobjects > WHERE id = object_id(N'[dbo].[YourTable]') > AND OBJECTPROPERTY(id, N'IsUserTable') = 1 > -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to dotnetdevelopment@googlegroups.com To unsubscribe from this group, send email to dotnetdevelopment+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net