Retrieve table names [message #129524] |
Mon, 25 July 2005 10:36 |
rickyroma
Messages: 5 Registered: July 2005
|
Junior Member |
|
|
Hi,
I have several forms that I need to convert and I need to know the easiest way to get a list of all tables used in a form. I have tried converting the fmb to an fmt but I still have to go through nmanually line by line to find all the tables.
Is there an easier way?
Thanks in advance for your help...
|
|
|
Re: Retrieve table names [message #129600 is a reply to message #129524] |
Mon, 25 July 2005 21:56 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
No.
You need to look at each block, then for all the 'from' statements, 'update', 'insert', and 'delete' statements.
And you still may have tables that are only detailed in stored packages, libraries, objects, etc.
David
|
|
|