Recent content by jkrug

  1. J

    Missing Operator in Expression

    I am having an issue with the following statement. I am getting the error missing operator in expression. The is on the rs.FindFirst findfirstvar statement. Any thoughts on what I am missing would be appreciated. I have been on this for a day or two and banging my head against the wall. Set rs...
  2. J

    Combo box selected value

    Yes that what I was missing, setting the default value to the variable. thank you much!:D
  3. J

    Combo box selected value

    I am able to reference the value passed to the 2nd form, but I cannot get the value to be the selected value in the combo box. when the link is clicked in form1 to open Form2, the combo box still appears as if nothing is selected in the drop down, the selected value is blank. Any Thoughts?
  4. J

    Combo box selected value

    I want to first off say I am am very new to the access world of programming. I have been searching the web for a solution to my problem and have not found a solution for my issue. :banghead: I have a form that has a link on it, that opens up an additional form. The first form is a datasheet...
Back
Top Bottom