Recent content by randompherret

  1. R

    Editing SubForm Data From Main Form!

    use the builder in the control source of it.
  2. R

    Editing SubForm Data From Main Form!

    add the memo to your main form query (or make it unbound from the main form and just bound to the memo query) and then on an after update event use requery on the subform control.
  3. R

    list box in a continuous form

    my solution: I gave up on the listbox idea and ran with the check boxes. instead of subqueries i have a main query for most of the details for the interested: xtContractByType TRANSFORM Nz(-Count([sitenumber]),0) AS HasType SELECT jctContracts.ContractId FROM tblContracts INNER JOIN...
  4. R

    Passing combobox value to a report

    right click in criteria and select build. you can use that to point to it as well
  5. R

    Passing combobox value to a report

    In the query you don't want it to refrence me.[associatelisting] you want [Forms]![associateform]![associatelisting]
  6. R

    Passing combobox value to a report

    I'm not an expert by any means, but from what I can tell this should have worked. What is it doing or what error are you getting?
  7. R

    list box in a continuous form

    I've been running my head into a wall all morning on this, I'm sure it is something simple I am missing. A point in the right direction would be helpful. I work at a landscape company. In my database I have customers, that can have multiple contracts. Generally contracts are of one type, just...
  8. R

    hello from green bay wi usa

    Howdy all. Newish to access but working on a big new project. Hope I can help as much I bother people.
Back
Top Bottom