Results 1 to 3 of 3
  1. #1
    mattmurdock is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2012
    Posts
    11

    Need help to start a simple form

    Hey guys, I'm really trying to learn Access but just started and stuck. I feel this is really simple but unfortunetly I don't know where to turn except to you wonderful people.

    These are the tables I have- Item size (ex: 12oz, 16oz, 24oz), Item Price (ex: $70, $90, $120), and Upcharge (ex: $5, $6, $8).

    The final result I want is a form that can have the user insert the Item name, Item description and Item PIN . Then select the Item size (which will auto fill the Item Price) and select the Upcharge. Lastly I would like a table at the bottom of the form that combines all these features and gives a total amount (which is price+upcharge+ a 1% discount). What/where/how info on queries would be greatly appreciated.

    Any help on where to start or a step by step of a part or all of the process would be greatly appreciated. Like I said, I'm trying to learn but don't know how to really start.



    Thanks in advance

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Can you tell us in plain English what exactly your application does/or should do?
    Can you post a jpg of your tables and relationships?
    In order to get your forms and queries to work the way you want, you have to make sure your tables and relationships support "your business".
    So database structure first, then forms.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    What is purpose of this form - customer order entry or are you building table of products?

    If this is order, need another table at least, maybe 2.

    tblOrders
    ID (primary key)
    CustomerID (foreign key)
    OrderDate

    tblOrderDetails
    OrderID (foreign key)
    ItemPIN (foreign key)
    Size
    Price (how can this be automatically selected if there is no relationship to the item?)
    Upcharge
    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.

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

Similar Threads

  1. Check Report or query at start up
    By smahdih in forum Reports
    Replies: 4
    Last Post: 11-15-2011, 12:03 AM
  2. Query to create an organized start schedule
    By Wizxon in forum Queries
    Replies: 3
    Last Post: 05-20-2011, 05:48 PM
  3. Start & End Date Query
    By batowl in forum Queries
    Replies: 1
    Last Post: 05-16-2011, 09:11 AM
  4. Query on start up / load
    By KEVWB in forum Access
    Replies: 11
    Last Post: 01-31-2011, 04:42 PM
  5. Simple query help
    By Subhunter in forum Queries
    Replies: 9
    Last Post: 11-19-2010, 03:32 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