Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/XLActInf
Product: Excel-Based Budgeting (1878)
Series:
Display Name: XLAccountInfo
Physical Name: XLActInf
Technical Name: XLAccountInfoSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 FILEIDX FileIndex Long Integer LI_14 14 2 ACTINDX Account Index Long Integer LI_14 14 Key to the Account Index Master (GL00105).
Click to show/hide
SELECT
['XLAccountInfo'].ACTINDX AS 'XLAccountInfo-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
XLActInf AS ['XLAccountInfo']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['XLAccountInfo'].ACTINDX = ['Account Index Master'].ACTINDX