Results 1 to 3 of 3
  1. #1
    Strider is offline Novice
    Windows 8 Access 2007
    Join Date
    Jan 2016
    Posts
    1

    Need help with few things (Basic access questions)

    I am making a simple database/game where the user can browse items in shops, buy them for their character, equip them, and have their stats increased accordingly, just by clicking different buttons. I will be needing some help now and then, when I encounter an obstacle, so I will keep this topic open until I'm done...



    First I need to ask, is this kind of thing even possible? And with basic access skills (queries,reports,forms,macros) ?

    I need to know if this is possible:
    -Table Class (will show all available classes and their bonuses)
    -Table Player (shows basic player info and base stats)
    -Table Headgear(shows all available Headgear and their bonuses)
    -etc...

    My form "Player" will show player details,stats and equipped items. How can I create fields like "Intelligence" , which return a sum of base Intelligence field from table Player, sum of all Bonus Intelligence fields from all equipped items and Bonus Intelligence field from table Class? Is this even possible?

    Is it possible to create a little menu with possible actions, like Buy, which takes you to another menu where you click on items you want to buy, which then decreases your amount of money by the cost of the item, updates your Inventory table and OwnedHeadgear table, and then you go to your Player form, click on Headgear slot, choose from one of your OwnedHeadgear, and then your stats get updated for the Bonus stats.

    Thank you for your patience and thank you in advance

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Certainly all is possible, the how is subject to circumstances.

    You have asked a lot of broad scope questions and to try and provide detailed guidance is not feasible.

    Have you completed any tutorials (book or on-line)? You need a solid grounding in basic relational database principles, Access functionality, programming concepts, and macro/VBA coding.

    Here is one tutorial site http://www.rogersaccesslibrary.com/

    I think you will find this application you want to build is far from simple.
    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.

  3. #3
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    You need to be aware of reserved words.... should NOT have a table named "Class"; it is a reserved word.
    Here is a list of reserved words: http://allenbrowne.com/AppIssueBadWord.html

    And should not use spaces, punctuation, or special characters (underscore is the exception) in object names.


    I would advise designing your dB in paper/whiteboard first.

    * You can design your tables and check normalization and functionality.
    * Then design your forms (sketch what they look like with controls)
    * When you get all of this on paper (whiteboard), then start typing in the computer.

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

Similar Threads

  1. Replies: 3
    Last Post: 05-28-2014, 02:12 PM
  2. Replies: 26
    Last Post: 05-28-2014, 12:23 PM
  3. Aligning things in ms access
    By oly in forum Access
    Replies: 2
    Last Post: 02-22-2013, 12:49 PM
  4. Basic Questions
    By jlclark4 in forum Access
    Replies: 6
    Last Post: 12-13-2010, 12:09 PM
  5. Basic questions from a newbie! :(
    By Michael_ in forum Access
    Replies: 6
    Last Post: 05-07-2010, 02:41 PM

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