Recent content by alexandria

  1. A

    OpenForm asks for parameter value

    That worked! Thanks, Bob.
  2. 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...
  3. A

    SetFocus, Requery not updating form control

    Thanks. I guess my form was corrupt or something.
  4. A

    SetFocus, Requery not updating form control

    Here is my database:
  5. A

    SetFocus, Requery not updating form control

    Thanks for the reply. The initial combo box and the query both act as expected. The appropriate name and the generic "Test" appear in their fields in the table when I select a name in the combo box, and when I run the query they both also appear. And, no, none of my tables are lookup tables...
  6. 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