Hi,
I am looking for a SQL command to access the "Description" Column in MS Access. With the SQL Server I can use:
SELECT cast(objname as Nvarchar(100)) as ob,
cast(value as Nvarchar(100)) as va FROM ::FN_LISTEXTENDEDPROPERTY('MS_Description','User','dbo','table','myTab','column', default)
This will give me all the column names and descriptions. Is there something similar in MS Access? Many thanks in advance!
Cheers
Saturnius
I am looking for a SQL command to access the "Description" Column in MS Access. With the SQL Server I can use:
SELECT cast(objname as Nvarchar(100)) as ob,
cast(value as Nvarchar(100)) as va FROM ::FN_LISTEXTENDEDPROPERTY('MS_Description','User','dbo','table','myTab','column', default)
This will give me all the column names and descriptions. Is there something similar in MS Access? Many thanks in advance!
Cheers
Saturnius