GetBaseTableName ( fieldOrTO )
Gets the base table name (how it's listed in database management) from a field or table occurance
			 
  
  
  
  Average rating: 5.0 (1 vote)  Log in to vote
    Average rating: 5.0 (1 vote)  Log in to vote		
| Paul            - Show more from this author Peak 14 LLC http://www.peak14.solutions | 
GetBaseTableName ( "myTableOccurance::myField" )
GetBaseTableName ( "myTableOccurance" )
"myTable"
"myTable"
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
			Uses FileMakers System Tables (https://www.databuzz.com.au/using-executesql-to-query-the-virtual-schemasystem-tables/) to get the base table name from the passed parameter. The parameter can be:
A field reference
A dynamically created field name (or any text string that evaluates to a valid field)
A table occurrence name
Blank (will use the current layout's table occurrence)		
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.
