AndrewMozley
Programmer
I would like to develop a utility which can offer a simple browse of the tables in a database. A grid of each table and its description would be offered. When a table is selected the user is given the chance to browse the table, possibly using one of the indexes set up for that table. This would be used by developers.
One could perhaps reading the database container as a table and extract information from there into a cursor which would act as the Recordsource for the grid. Would that be possible, and has anyone done work along these lines?
Thanks. Andrew