1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Microsoft Access

Discussion in 'Questions and Answers' started by opfinistic, Jul 23, 2009.

  1. opfinistic

    opfinistic Braaaaains!

    30,659
    14,683
    0
    Dec 7, 2007
    Peeking in Nabo's Basement
    I have a potential job that I want to apply for and I need a rudimentary knowledge of Microsoft Access. Anyone know where i can Download it so I can familiarize myself with it?
     
  2. GridIronKing34

    GridIronKing34 Silently Judging You

    23,388
    16,296
    113
    Nov 22, 2007
    Denver, CO
    It's apart of the Microsoft Office package so I would imagine you'd have to buy it...

    http://www.openoffice.org/product/base.html

    This is a similar program that's free. I use Open Office on my computer instead of Microsoft Office because it's just as good but the cost is right (FREE!)
     
    opfinistic likes this.
  3. opfinistic

    opfinistic Braaaaains!

    30,659
    14,683
    0
    Dec 7, 2007
    Peeking in Nabo's Basement
    Buy it? Would TheMor buy Halo 4? I want a freebie dammit!
     
  4. Cosmic

    Cosmic Social Disease

    1,018
    502
    113
    Dec 10, 2007
    I don't know where to get it, but once you do, remember this piece of advice. SAVE YOUR WORK. Access will not prompt you to save your work when you are done and go to close it, it will just close and you are f***ed. Take it from someone who knows.
     
    cnc66 and opfinistic like this.
  5. unluckyluciano

    unluckyluciano For My Hero JetsSuck

    53,333
    23,006
    0
    Dec 7, 2007
    i think you can download like a 30 day trial can't you?
     
  6. TJamesW_Phinfan

    TJamesW_Phinfan New Member

    2,695
    552
    0
    Dec 2, 2007
    You may be able to download a 30 day trial from Microsoft. But do you know what version they (the new job) use? Diifference may not be huge but there will be some. OpenOffice is good too but again it does some things differently too though it can open and save to MS formats for the spread sheet and word processor, not sure about the database. Try MS's site for free Office suite trial. make sure you get the version that includes access as not all do. There may even be a stand alone Access trial down load. They also have tons of online tutorials.

    If you use it past 30 days guys in black suits and sun glasses beat you with rabid animals tied to sticks. The wombat is the worst...

    Good luck with the job. :up:
     
  7. opfinistic

    opfinistic Braaaaains!

    30,659
    14,683
    0
    Dec 7, 2007
    Peeking in Nabo's Basement
    Thanks all. I'll seek it out tonight to DL at home. I hope like hell this potential job pans out.
     
  8. unluckyluciano

    unluckyluciano For My Hero JetsSuck

    53,333
    23,006
    0
    Dec 7, 2007
    its because its a database, so like a database you have to commit any changes you make.........................
     
  9. NaboCane

    NaboCane Banned

    31,949
    11,899
    0
    Nov 24, 2007
    PM sent.
     
  10. TokyoFishFan

    TokyoFishFan New Member

    1,294
    578
    0
    Dec 11, 2007
    Tokyo!
    If you're doing any serious database programming, you need to know Boyce-Codd Normal Form, aka Third normal form, in order to create simple relational databases.

    http://en.wikipedia.org/wiki/Boyce-Codd_normal_form
    http://www.datamodel.org/NormalizationRules.html
    http://www.utexas.edu/its/archive/windows/database/datamodeling/rm/rm8.html

    A little SQL will come in handy for more complex jobs as well:
    Here's a tutorial:
    http://www.w3schools.com/SQl/default.asp
    http://en.wikipedia.org/wiki/SQL

    MS Access Assistance:
    http://www.blueclaw-db.com/download/
     
    hof13 likes this.
  11. hof13

    hof13 Premium Member Luxury Box

    5,578
    1,715
    0
    Nov 26, 2007
    What are they expecting you to do in Access?

    As Tokyo says, if you're designing databases and tables, you probably need to understand third-normal form.

    If you're generating reports for existing databases and tables, you probably need to understand sql.

    If you're creating forms and programming a front end to the databases and tables, you probably need to understand visual basic and sql.

    Access is really just a lightweight database/gui designer/report generator built into one tool (similar to foxpro that microsoft bought out years ago), but it's not industrial strength for client-server scenarios with more than a few users.
     
    TokyoFishFan likes this.

Share This Page