View Single Post
  #2  
Old May 31st, 2010, 08:09 PM posted to microsoft.public.access
Tim
external usenet poster
 
Posts: 780
Default Global entry of records

That will not work in my database. I know how to update records using a
query but I want to add a new record for each employee who took a training as
a global procedure so I will not have to go to each employee and add the new
training.
--
ts


"Tim" wrote:

I have a training database where I keep track of training for employees. If
I want to update 10 of those records with the same information, how would I
go about doing this instead of updating each individual record?

I have tried tagging those records that needed to be updated and used an
append query but that didn't work.

--
ts