Search results

  1. P

    Calculated Fields between subforms

    I have an "Orders" form that has three subforms: 1. Order Details 2. Payments 3. Shipping I found in my Access book how to make the main Orders form see a calculated totals field from my Order Details Subform. However, I need to share calculated fields BETWEEN subforms. For example, I...
  2. P

    Populating a combo box from a query

    I have a database I'm working on where I need to populate a combo box from the values in a query. The control source on m form is a box called "County" The row source for County is: SELECT [Counties Query].CountyName FROM [COUNTIES QUERY]; Inside the Counties Query I have the criteria...
Back
Top Bottom