Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    You I guess that that have not considered that. I would like to know, however, when the tables has blanks in it what changes?



    Respectfully,

    Lou Reed

  2. #17
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    Someone on this forum said that they think the table in question does not even qualify as a database. I would be interested in hearing the arguments so I can make them to the sponsor.

    It has been a while since I made these arguments myself, so I am looking to gather as many arguments as possible. I do not mind being subtle if that is what it takes.

    I just need to set the sponsor right. I agree it is not database and they must know this. Hopefully, they are open to calling it a heuristic or something else then I world feel better.

    Respectfully,

    Lou Reed

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    Whether a single large table or a lot of single column tables, may be a database but not a relational database.

    These numerous 1-column tables have no relationship to each other. Since the original table has a lot of empty cells then you will get 1-column tables that have a lot of empty records.

    If each row of the original worksheet has data to describe an entity, then how does user expect each record of single field tables to continue to describe the entity? Each record is no longer associated with the entity.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #19
    John_G is offline VIP
    Windows 10 Access 2016
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    when the tables has blanks in it what changes?
    Nothing, really. It just means that the resulting one-field table will have the corresponding number of blanks. Your sponsors have to realize though that the positions of the blanks in the one-field tables can not in any way be reliably used to determine where the blanks are in the original large table.

    Someone on this forum said that they think the table in question does not even qualify as a database.
    No table by itself could be considered a database. A table by itself is just a bucket of "stuff". It's what you do with that table that makes a database - queries, forms, reports that allow you analyze the data. You could have a database that has only one large table in it, but the chances of it being properly normalized would be minimal I think, which would make working with it difficult. Generally speaking, if you had only one large table you would use it as a starting point to develop a proper relational structure.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

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