JSL: How to get retrieve names of more than one currently selected tables?
Hi folks. I'm dealing with new tables every day (unique table names) which always have at least one common column header, which I use to Match Columns for Join. This is getting repetitive so I've been thinking of writing a script. Problem: I don't want to have to specify both the table names in the script every time I want to Join two tables. I'm looking for a method for the script to auto/semi-au...