Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CB700099
Product: Cashbook (1058)
Series: Financial
Display Name: Print Setup
Physical Name: CB700099
Technical Name: CB_Setup_PrintSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 CB_Check_Line_Length CB_Check_Line_Length INT4 Integer 4 2 CB_Print_Cheques CB_Print_Cheques boolean Boolean 0 3 CHKFRMTS Check Formats DDL_Check_Formats Integer 0 4 CB_Print_Separate_Advice CB_Print_Separate_Advice boolean Boolean 0 5 CB_Print_Deposit_Slips CB_Print_Deposit_Slips boolean Boolean 0 6 CB_Post_Thru_GL CB_Post_Thru_GL CB_Post_Thru_GL_CB Boolean 0 7 CHEKBKID Checkbook ID STR15_Checkbook_ID String 15 Key to the CM Checkbook Master (CM00100).
Click to show/hide
SELECT
['Print Setup'].CHEKBKID AS 'Print Setup-Checkbook ID'
,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
CB700099 AS ['Print Setup']
INNER JOIN
CM00100 AS ['CM Checkbook Master']
ON
['Print Setup'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID