Results 1 to 4 of 4
  1. #1
    jjitss is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2014
    Posts
    8

    Unhappy Form fills in table based on other related table

    I'm trying to find an answer on the folowing problem. I have 3 tables in Access:



    Product
    productID - category - productName - paceList - price
    1 - x - product1 - 10 - 10.75
    2 - x - product1 - 15 - 11.75
    3 - x - product2 - 10 - 15.75
    4 - y - product10 - 10 - 14.75

    Order
    orderID - customerID - orderDate - status

    Orderdetails
    orderdetailID - productID - number

    __________________________________________________ __________

    I like to have the folowing resulting form:

    ORDERFORM:
    Order 16242
    Customer 1

    Orderdetails subform: Number - category - productName - paceList - totalPrice
    2 - x - Product1 - 15 - 21.50

    __________________________________________________ __________

    Users first have to fill in the category, than next only the products in the specified category become visible to fill in, and next all paceList amounts.

    Important is, that the product table shouldn't be updated, only reviewed to add, change or delete new orderdetailrows

    How can I do so?

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Is your form bound? Are you saying you want the form to be read only?
    Me.AllowEdits = False

  3. #3
    jjitss is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2014
    Posts
    8
    Thanks for your time Burrina. I figured it out by another workaround.

    Now I'm opening an additional form in which I can select the product based on the three aspects, and when closing through a button the right product is selected.

    But thanks a lot.

  4. #4
    burrina's Avatar
    burrina is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Your Welcome. Good Luck With Your Project.

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

Similar Threads

  1. Replies: 1
    Last Post: 07-17-2013, 02:02 PM
  2. Replies: 5
    Last Post: 01-11-2013, 03:54 AM
  3. Open form based on query information
    By MFS in forum Programming
    Replies: 3
    Last Post: 06-11-2011, 12:44 PM
  4. Cancel opening a form based on information
    By eww in forum Programming
    Replies: 1
    Last Post: 10-19-2010, 01:24 PM
  5. Replies: 4
    Last Post: 09-03-2009, 02:01 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