Recent content by manosalexo

  1. M

    Continuous form combo box has same values

    Thanks a lot!
  2. 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!
  3. M

    If i call another AfterUpdate i get a 3075 error

    Thank you very much for your help!
  4. M

    If i call another AfterUpdate i get a 3075 error

    Tried it and the problem appears at the "F." declarations section this time. update: It now shows run-time error 3126
  5. M

    If i call another AfterUpdate i get a 3075 error

    You're right, changed that but the problem still remains:banghead:
  6. 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