Results 1 to 2 of 2
  1. #1
    OrangePie is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    4

    Adding columns to existing tables.

    Hello!

    My company has been using a multi-user access 2003 database for quite sometime.

    We're planning on adding some new things to our forms (like a 'notes' section, and a few new textboxes for things)

    We're able to make the changes in the forms, but my question is: If i add a new 'notes' column to the original database, or a 'eye color' column to an existing (and large!) table located in the backend (be) of the database, will that corrupt the data? Or cause any problems?



    We have lots of data stored in this table, and it's scary to make any changes to the table. Should I be okay in adding to it?

    Thanks!

    --Jeff
    Last edited by OrangePie; 07-07-2011 at 01:28 PM. Reason: typo!

  2. #2
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    If you add textboxes to the form but do not bind those textboxes to fields in the underlying table, any data you put into those textboxes will not be saved, so you will have to modify the backend table(s).

    The best way I have found to do that is to move the file to your local hard drive, make the edits to the table and then return the file back to its original location on the server.

    Of course, I would make a backup of the backend file before you make any changes.


    Also, please make sure you follow normalization rules when modifying the structure of the database. For example, if a record can have many notes associated with it, then that describes a one-to-many relationship and thus the notes should be stored as records in a related table rather than a field in the current table.

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

Similar Threads

  1. Adding records to existing table
    By Mclaren in forum Programming
    Replies: 5
    Last Post: 05-18-2011, 12:44 PM
  2. Replies: 3
    Last Post: 11-02-2010, 10:15 AM
  3. Replies: 0
    Last Post: 10-14-2009, 02:44 AM
  4. Adding columns that contain blanks.
    By Tony McGuire in forum Access
    Replies: 11
    Last Post: 05-31-2009, 12:58 PM
  5. Adding Two Columns
    By arthura in forum Queries
    Replies: 6
    Last Post: 05-01-2009, 08:38 PM

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