H
Hani Varoqua
in SQL Server we can use the following SQL:
Select TABLE_NAEM,COLUMN_NAME
FROM INFORMATION_SCHEMA.COLUMNS
to query the columns names of the tables in the SQL SERVER
database.
Do anybody knows how to do this in MS Access environment.
Thanks in advance.
Han
Select TABLE_NAEM,COLUMN_NAME
FROM INFORMATION_SCHEMA.COLUMNS
to query the columns names of the tables in the SQL SERVER
database.
Do anybody knows how to do this in MS Access environment.
Thanks in advance.
Han