Results 1 to 3 of 3
  1. #1
    fairyrak is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2016
    Posts
    6

    How can I extract all this info from excel?

    Click image for larger version. 
<br /><script async src=
    Name: sd.jpg  Views: 9  Size: 274.2 KB  ID: 26558" class="thumbnail" style="float:CONFIG" />



    I tried to import it but it sucked, as it didn't have any structure! just the thing copied and pasted!
    This is like a tree with nodes but it's in excel, I don't like it in excel
    Entity is the parent of physical entity, etc, they have ascendants, children, siblings, etc

    My plan is to make it in access now: maybe with just 1 table, is it good or do you suggest many tables?

    I want it to be designed in such a way that I be able to consult many things:
    1)given a word, consult the definition, the last ascendant, the first ascendant, the number of ascendants, images of the word (hyperlinks)
    2)see the whole ascendency or hierarchy of a in a numbered way, like 1.1, 1.2, 1.2.1, 1.2.1.1, 1.2.1.2, etc and make it Automatic. How?
    3)given the hierarchy for example 1.2.1.3, see the children of 1.2.1.3 (actually when i say 1.2.1.3 it is entity.abstraction.psychological_feature.event, so the children of event)

    Any suggestions about the design of the database? (this will be my first database in my life but I want it to be good)


    I come here because I tried to do it in onenote, but onenote sucked because of memory problems because it has thousands of elements
    I also tried to do it in freemind (a program for mind maps) but it sucked because I want to see a word or an ascendency at a time mostly, and access looks like a marvelous option...

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    You normally wouldn't.
    excel and access are 2 different animals. Access stores all data as relationships, excel does not.

    but if you want a list, then access can extract to excel using a query.
    build a query to get your desired output with the 1.2.3 format. If you see it in the query,the you'll get it to excel.

    Tho this can get complicated since Access can have a recursive relationship,(like Father-mother and their kids )
    you may need vb code to loop thru the records to produce the entire structure as a single list.

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850

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

Similar Threads

  1. Replies: 8
    Last Post: 08-10-2016, 11:55 AM
  2. Replies: 1
    Last Post: 08-05-2013, 03:47 PM
  3. Replies: 1
    Last Post: 02-02-2012, 08:55 AM
  4. Upload (import) Excel Table Info
    By AKQTS in forum Access
    Replies: 2
    Last Post: 04-21-2011, 02:07 PM
  5. VBA to get info from excel
    By cowboy in forum Programming
    Replies: 5
    Last Post: 06-27-2010, 10:55 PM

Tags for this Thread

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