Search results

  1. A

    OpenForm asks for parameter value

    I'm using the WhereCondition of OpenForm to filter to the correct form. I need to use the values in 2 form controls plus the value of a DCount I perform shortly before the OpenForm. My code sort of works-instead of picking up the DCount's value, I get a popup asking for the parameter value (once...
  2. A

    SetFocus, Requery not updating form control

    I can't figure out what's wrong with this coding. On my first form (New_SelectName), the user selects their name from a combo box and clicks OK. This name and a generic ProjectName are added to the "NewProjects" table, and a second form opens for the user to enter their information into. I...
Top Bottom