PC Review


Reply
Thread Tools Rate Thread

Copying field value to multiple records in same table

 
 
John MacFall
Guest
Posts: n/a
 
      24th Nov 2009
I have an Access 2007 table with multiple records already created. I want to
write the same value into the same field in each record. Is there a way to do
that all at once or do I have to peck my way down the column containing the
field one record at a time?
 
Reply With Quote
 
 
 
 
John Spencer
Guest
Posts: n/a
 
      24th Nov 2009
Use an update query. The SQL for such a query would look like:

UPDATE [YourTable]
SET [YourField] = "SomeSpecificValue"

In query design view
== Add your table
== Add the field to be changed
== Select Query: Update
== Run the query

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County

John MacFall wrote:
> I have an Access 2007 table with multiple records already created. I want to
> write the same value into the same field in each record. Is there a way to do
> that all at once or do I have to peck my way down the column containing the
> field one record at a time?

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying Multiple Records from one table to another. Ryan Microsoft Access 3 7th Oct 2009 11:49 PM
Selct multiple records from a lookup table and store in a field Darrell Microsoft Access Database Table Design 6 4th Apr 2006 04:09 PM
Copy a Single Field From Multiple Records & Paste Into Another Table justinschmidt@gmail.com Microsoft Access Form Coding 1 18th Mar 2006 11:38 PM
open table with multiple records of primary key, sum one field so =?Utf-8?B?ZmxvcmlkYSBmdW1ibGVy?= Microsoft Access VBA Modules 0 18th Jan 2006 02:15 PM
Embedding data from multiple records in a single field in a table =?Utf-8?B?ZW5kb2NyaW4=?= Microsoft Access Database Table Design 7 10th Jan 2006 07:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:22 AM.