Skip to content

Instantly share code, notes, and snippets.

@dickiedyce
Created September 7, 2023 19:10
Show Gist options
  • Save dickiedyce/185a83e78c06050578fd0bec2a025ec5 to your computer and use it in GitHub Desktop.
Save dickiedyce/185a83e78c06050578fd0bec2a025ec5 to your computer and use it in GitHub Desktop.
Create a Markdown table of base tables in a FileMaker file.
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