Where Ask(Between ... is used the user is presented with two fields to enter
... (from) ....(to)
If he enters nothing, all possible entries are displayed If he enters something in From and in To then all records in that range are displayed
However if he enters something in only one of From OR To then it is currently as if nothing had been entered and all records are displayed
More intuitive would be if - when entering in From only all records with values greater than that are displayed - when entering in To only all records with values less than that are displayed
I've noticed that where Ask the user for a date field is used, the user can select Custom and this then works exactly as described above.
Could the same be implemented for Ask(Between ......