Record set example
Posted: Sat 22 Jan 2005 22:40
Hi,
I have a record set in a crdbgrid where I want to have a ratio button that allows a user to display records where the field value is equal to YES or NO without requerying the database. So, the crdbgrid would just display all rows where the field = YES or field = NO but the main query gets all of the rows (field=YES & NO). The main query takes a long time to run, so if all of the rows are available, I should not have to requery it just for a selection like this.
Is there an example of this some where?
thx,
wes
I have a record set in a crdbgrid where I want to have a ratio button that allows a user to display records where the field value is equal to YES or NO without requerying the database. So, the crdbgrid would just display all rows where the field = YES or field = NO but the main query gets all of the rows (field=YES & NO). The main query takes a long time to run, so if all of the rows are available, I should not have to requery it just for a selection like this.
Is there an example of this some where?
thx,
wes