Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Posts
    1

    Inserting into multible cell

    How do you insert data down a column? I need to make some database changes, i inserted a new column and i need to insert a default value.

  2. #2
    Join Date
    Dec 2005
    Location
    Wilmington, DE - USA
    Posts
    275
    In the table design you can assign a default value, but that will only get applied to new records. To fix the old records, run a query like:

    UPDATE YourTable
    SET NewField = 0

    or if text:

    UPDATE YourTable
    SET NewField = "N/A"

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Inserting data through forms
    By nivi30 in forum Forms
    Replies: 1
    Last Post: 12-17-2008, 07:57 AM
  2. Inserting data in new colums
    By wasim_sono in forum Queries
    Replies: 2
    Last Post: 02-28-2006, 01:11 AM
  3. Inserting Picture in MS Access Message
    By wasim_sono in forum Programming
    Replies: 0
    Last Post: 01-17-2006, 03:46 AM
  4. inserting bound pictures
    By inquisitive in forum Access
    Replies: 1
    Last Post: 01-09-2006, 09:59 AM
  5. Can we post Access cell data to Excel cell properties?
    By Zethro in forum Import/Export Data
    Replies: 1
    Last Post: 12-13-2005, 08:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums