Created
September 7, 2023 19:12
-
-
Save dickiedyce/a77665e301376bfc14e16b03876c8755 to your computer and use it in GitHub Desktop.
Create a Markdown table of table occurences that aren't bas tables in a FileMaker file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Substitute ( | |
",TableName,TableID,BaseTableName,BaseFileName," & ¶ | |
& ",----,----,----,----," & ¶ & | |
ExecuteSQL ( | |
"SELECT '',TableName,TableID,BaseTableName,BaseFileName,'' FROM FILEMAKER_TABLES WHERE TableName <> BaseTableName" ; | |
"" ; | |
"" | |
) ; | |
"," ; | |
"|" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment