Re: Multiple data Update
From: James (info_at_N)_Spam_uk-discounts.com)
Date: 02/27/04
- Next message: James: "Removing carriage returns"
- Previous message: RR: "Runtime Version of Access 2002? Where?"
- In reply to: John Vinson: "Re: Multiple data Update"
- Next in thread: John Vinson: "Re: Multiple data Update"
- Reply: John Vinson: "Re: Multiple data Update"
- Reply: John Vinson: "Re: Multiple data Update"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Feb 2004 19:00:49 -0000
Hi John,
Sorry it is a field not a table.
I have a stack of data in fields that need to be moved from one field to
another based on the selection criteria in this case its an ID (196, 201,215
etc)
The only way have been able to do this latly is one at a time, which is vert
tidious, hence my request to enter multiple ID's in one selection.
Thanks
James
"John Vinson" <jvinson@STOP_SPAM.WysardOfInfo.com> wrote in message
news:9t5t301fl4q63smr2ptfmobp45ninklh5t@4ax.com...
> On Thu, 26 Feb 2004 22:38:17 -0000, "James"
> <info@N)_Spam_uk-discounts.com> wrote:
>
> >I need to update multipe selected records to a new field in the same
table
> >and wonder if it is possible via query window.
> >
> >What I Have bee doing is
> >
> >UPDATE tableA.[size01] = [size]
> >WHERE (((tableA) = 196));
> >
> >what I need is to add 196,201,215 etc
> >
> >they are not always in sequence and therefore cannot just say between 196
> >AND 215
> >
> >Any tipe or suggestions would be most welcome
> >
> >James
> >
>
> If you mean you want to use the *name of the table* itself as a
> parameter... you can't, and shouldn't. Storing data in a tablename is
> extremely bad design!
>
> Is that what you mean, or are you talking about *a field* in TableA?
>
> John W. Vinson[MVP]
> Come for live chats every Tuesday and Thursday
> http://go.compuserve.com/msdevapps?loc=us&access=public
- Next message: James: "Removing carriage returns"
- Previous message: RR: "Runtime Version of Access 2002? Where?"
- In reply to: John Vinson: "Re: Multiple data Update"
- Next in thread: John Vinson: "Re: Multiple data Update"
- Reply: John Vinson: "Re: Multiple data Update"
- Reply: John Vinson: "Re: Multiple data Update"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|