M
Mr. B
I'm open to suggestions on how to accomplish this easily (VB.net... MS
Access):
I've an MS Access db. It has a column indicating if the row has been Exported
or not (the Column is a Boolean).
What I'm trying to figure out is how to toggle the Boolean flag for several
rows at a time.
For example, if I do a Search for a Week-Ending date (ie a date of
23/12/2005), I would lile to be able (via a button) to toggle all of those
rows with that week-ending date to be 1 (or True).
In my application I can display the selected rows in a DataGrid and make
changes there by using a DataSet and Fill with specific search criteria and
Binding the DataSet to a DataGrid. But I want to know how to do this without
having to manually change _each_ Boolean per row.
Any thoughts much appreciated!
Mr. B
Access):
I've an MS Access db. It has a column indicating if the row has been Exported
or not (the Column is a Boolean).
What I'm trying to figure out is how to toggle the Boolean flag for several
rows at a time.
For example, if I do a Search for a Week-Ending date (ie a date of
23/12/2005), I would lile to be able (via a button) to toggle all of those
rows with that week-ending date to be 1 (or True).
In my application I can display the selected rows in a DataGrid and make
changes there by using a DataSet and Fill with specific search criteria and
Binding the DataSet to a DataGrid. But I want to know how to do this without
having to manually change _each_ Boolean per row.
Any thoughts much appreciated!
Mr. B