Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CBEU1013
Product: Cashbook (1058)
Series: Financial
Display Name: CE Import Formula
Physical Name: CBEU1013
Technical Name: CB_Euro_Imp_FormulaSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 CB_ABR_Formula_Field CB_ABR_Formula_Field STR10 String 10 2 CHEKBKID Checkbook ID STR15_Checkbook_ID String 15 Key to the CM Checkbook Master (CM00100).
Click to show/hide
SELECT
['CE Import Formula'].CHEKBKID AS 'CE Import Formula-Checkbook ID'
,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
CBEU1013 AS ['CE Import Formula']
INNER JOIN
CM00100 AS ['CM Checkbook Master']
ON
['CE Import Formula'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID
3 Formula Formula Formula Text 3000