D
Dorci
Long ago, I found a cool solution for listing tables and fields. It creates
a TABLE of tables and fields, that can be sorted and printed. It consists of
a table called tsysFields, a module called basReportTools, and a report
called rptTablesAndFields.
HOWEVER, I can't seem to make it work. I copied everything from the MDB in
which it does work, but when I run the report (which runs the module and
populates the table), I get the following compile error: "Method or data
member not found", which refers to "fld.OrdinalPosition" in the code. Any
advice?
Thanks in advance,
Dorci
a TABLE of tables and fields, that can be sorted and printed. It consists of
a table called tsysFields, a module called basReportTools, and a report
called rptTablesAndFields.
HOWEVER, I can't seem to make it work. I copied everything from the MDB in
which it does work, but when I run the report (which runs the module and
populates the table), I get the following compile error: "Method or data
member not found", which refers to "fld.OrdinalPosition" in the code. Any
advice?
Thanks in advance,
Dorci