Results 1 to 8 of 8

Thread: An easy one : How would you make this in access ?

  1. #1

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    An easy one : How would you make this in access ?

    I'm doing some study for an access exam, and one question that was asked last year as to make an access database from some given data.

    I was just wondering though that it would look like in access itself.
    Its question one I'm working on, and the source data is at the bottom of the document.

    Now I've no problem with the stuff up to services, but then how do you deal with 2 or 3 lines per record then after that ?
    Attached Files Attached Files
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  2. #2
    chenko
    Guest
    ****ing acrobat wont open my pdfs

    more than one line per record :/

    just the normal Enter char you on about? press ^{Enter}

  3. #3

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    I'll take screengrabs for you
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  4. #4

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Okay.

    Original Data is the original data as given in the pdf file.
    Screengrab from access is where I've gotten to in designing the table, but I'm not sure what to put in next ...
    Attached Files Attached Files
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343

    Hi

    Now I've no problem with the stuff up to services, but then how do you deal with 2 or 3 lines per record then after that ?
    Ok, there are several ways.

    1 - memo field - text box with the scroll bars active
    2 - List box and a separate table with its own IDs plus a foreign key id to the main table of info - pop up form to add new ?
    3 - List box and a separate table with the ID and foreign key as the key

    ...and more probably

    Separate the data into groups that are related, store as tables with id keys and link. See Normalization.

    Regards

    Vince

    BOFH Now, BOFH Past, Information on duplicates

    Feeling like a fly on the inside of a closed window (Thunk!)
    If I post a lot, it is because I am bored at work! ;D Or stuck...
    * Anything I post can be only my opinion. Advice etc is up to you to persue...

  6. #6

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: Hi

    Originally posted by Ecniv

    Separate the data into groups that are related, store as tables with id keys and link. See Normalization.
    This is probably how we're supposed to do it.
    Cheers, I'll have a look at it now
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  7. #7

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    jesus christ this is taking a long time to type in
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  8. #8

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Ecniv, I sent you a private message but I don't know if you've received it yet.
    Anyway yeah I think access has made a dog's dinner of the database.

    Any chance of giving me a hand ?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width