qbe line help

abc123

Active Member
Is it possible to return a range within a qbe cell?

For example, I would like to return only the batch numbers 5033 through 5143 even though numbers exist above and below this range. How do I do it???
 
abc123,

I've never seen or heard of any functionality for using a range in a qbe cell. I've always had to resort to putting two range controls on the form header, and then applying the filter with event rules. I suppose you might be able to use code to add a >= "low range" to the QBE when the user presses find to help filter out the records below the range. I've not tried that, but it might help.
 
Back
Top