Search results

  1. M

    Continuous form combo box has same values

    Hello, I have a form where the user selects a name and the department. After that, i want these values to be inherited to the next combo boxes of the continuous form. Thank you!
  2. M

    If i call another AfterUpdate i get a 3075 error

    Hello, I have a situation. I have built a form in which at the product's afterupdate event i have inserted the following: Private Sub Product_AfterUpdate() Me.Category = DLookup("[Category_table.Description]", "Query3", "[product_id]=" & Forms!order!Product) Me.plaisio_idd =...
Top Bottom