"Mr. B" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
--
<response type="generic" language="VB.Net">
This newsgroup is for users of Visual Basic version 6.0
and earlier and not the misleadingly named VB.Net
or VB 200x. Solutions, and often even the questions,
for one platform will be meaningless in the other.
When VB.Net was released Microsoft created new newsgroups
devoted to the new platform so that neither group of
developers need wade through the clutter of unrelated
topics. Look for newsgroups with the words "dotnet" or
"vsnet" in their name. For the msnews.microsoft.com news
server try these:
news://msnews.microsoft.com/
microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb
microsoft.public.dotnet.languages.vb.data
microsoft.public.dotnet.framework.adonet
microsoft.public.dotnet.framework.windowsforms.controls
microsoft.public.dotnet.framework.windowsforms.databinding
microsoft.public.vsnet.general
microsoft.public.vstudio.general
</response>