amorosik
Active member
- Local time
- Today, 01:35
- Joined
- Apr 18, 2020
- Messages
- 590
Which is the best way to select rows in the current recordset?
How do you filter the recordset to display on a form/report?
Are there any specific reasons for using the first or second method?
Personally, I almost always tend to use SQL string selections, which are then passed in their entirety as the data source
But sometimes I'm tempted by Filter/OrderBy.
How do you filter the recordset to display on a form/report?
Are there any specific reasons for using the first or second method?
Personally, I almost always tend to use SQL string selections, which are then passed in their entirety as the data source
But sometimes I'm tempted by Filter/OrderBy.