Results 1 to 2 of 2
  1. #1
    mhart is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    7

    Memo fields in separate tables

    I have an Access 2010 database with two of the many tables having several memo fields. The database has been split, with the backend on our network and frontends on each person's computer (total of 5 users). Through our testing efforts, one of the memo fields became corrupted (two different times). I've researched corruption and found in "Implementing a Successful Multiuser Access/JET Application" that I should "consider isolating Memo....data types in separate tables with a 1:1 relationship..." I've experimented and found that I can export an existing memo field into a spreadsheet and then import it into a new table in the database, but this would mean completely redesigning the forms. My question is, is it worth the time and effort? Has anyone done this and solved a memo field corruption problem? Or is there a better way to solve the problem?



    Thanks,
    Marilie

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Quote Originally Posted by mhart View Post
    I've experimented and found that I can export an existing memo field into a spreadsheet and then import it into a new table in the database, but this would mean completely redesigning the forms.
    Why would that require new forms? Consider:

    • Export table
    • Delete original table
    • re-create table definition
    • import memo field back in


    If you have the same table with the same name in the end, why new forms?

    Plus, doing it with xls requires much more resource than doing it with txt. Txt might offer less headaches.

    And I believe, but not positive, that corruption usually occurs on a level. For instance, a field (maybe a prop or some data bytes), a table, or the database as a whole.

    Hence, if a field is corrupted, export not necessary. If table is corrupted, export probably necessary.

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

Similar Threads

  1. Replies: 12
    Last Post: 12-14-2011, 08:04 PM
  2. run a report from 2 separate tables
    By Kajinga in forum Reports
    Replies: 2
    Last Post: 11-23-2011, 05:08 PM
  3. New user - separate a table into two tables
    By Henry_Reimer in forum Database Design
    Replies: 19
    Last Post: 10-08-2011, 10:19 PM
  4. multiple fields in separate records
    By Fredo0709 in forum Database Design
    Replies: 9
    Last Post: 04-09-2010, 12:23 PM
  5. Splitting a field to separate fields
    By Petefured in forum Programming
    Replies: 8
    Last Post: 06-08-2009, 04:11 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