I have massive list of Debit and Credit transactions (+ and -) . I am trying to use an unbound control in a form as the criteria. However I need to be able to search for records which are 'Less than and equal to' or 'more than and equal to' or if this control is left blank to display all records.
I cannot use <= or >= in the form control as it a numeric field.
I also cannot use
Like '*' & [Forms]![FRM: User Defined Query]![Transaction amount] & '*' in the queries criteria, as I cannot preceed this with <= or >= as it just keeps moaning at me.
Any help would be great as I am having one of those days
I cannot use <= or >= in the form control as it a numeric field.
I also cannot use
Like '*' & [Forms]![FRM: User Defined Query]![Transaction amount] & '*' in the queries criteria, as I cannot preceed this with <= or >= as it just keeps moaning at me.
Any help would be great as I am having one of those days