DanNorris2000
Technical User
WHERE Ledger.pc = "PF";
AND pool.POOLTYPE > 19;
AND Ledger.ctrpoolno<>50087;
AND Ledger.ctrpoolno<>90819;
AND Ledger.ctrpoolno<>90829;
AND Ledger.bookper <= ?'Booking Period (YYYYMM)';
Is there a way to do any edits on the booking period prompt above?. Perhaps check date against a range or test for validity and length?
AND pool.POOLTYPE > 19;
AND Ledger.ctrpoolno<>50087;
AND Ledger.ctrpoolno<>90819;
AND Ledger.ctrpoolno<>90829;
AND Ledger.bookper <= ?'Booking Period (YYYYMM)';
Is there a way to do any edits on the booking period prompt above?. Perhaps check date against a range or test for validity and length?