How To…Search Between a Date and 6 Months Prior

Question

“How can I search on a specified date and 6 months prior?”

Solution

Use the Query Designer to build a query that contains two search criteria on the Date. Use the <= and >= operators. Designate the first criteria as AutoSearch and use SQLBuilder to modify the second criteria at runtime.

Download: SQLBuilderSearchOnDateMinus6Months.zip

Sample RAP code: