Search results

  1. A

    Add record and Update

    Thanks for the answer and help! I have a form like you're saying, but only for read. I really want a form just for add that movement and update the most recent date in the other table. That's because I want that my co-workers can add movements on the location table, but the list of the equipment...
  2. A

    Add record and Update

    Hi guys ! I'm trying to create a New Record Form and I want to add the new record to a table and update a field of that record in other table. To let you understand better my problem: I have a table with all my Equipment (EQ_LIST) and a table with several moves of that equipment (LOC_LIST)...
  3. A

    Filter Combo box and Option Group

    Thank you so much! Problem solved!
  4. A

    Filter Combo box and Option Group

    I don't want status to appear on the list, only filter by. If I first filter by status everything works fine, but chosing other filter first it gives me error message. P.S. I can't see links or images because I've not reached the 10 posts yet
  5. A

    Filter Combo box and Option Group

    Hi ! Thanks for the answer, but I can't see your code ...
  6. A

    Filter Combo box and Option Group

    Hi ! I have two types of filters: one is with combo box and the other with option group. If I select the option on the option group box and then the option in the combo box, the filter works fine. However, if I choose the combo box first, the filter in the option group opens a pop up window...
  7. A

    Option Group / Combo Box with Integers

    Thank you! Problem solve! Silly mistake ...
  8. A

    Option Group / Combo Box with Integers

    Thanks for the help but that's not what I really want... I want that the subform changes automatically with the combo box.
  9. A

    Option Group / Combo Box with Integers

    Hi ! I'm new in VBA and Access. I'm trying to create a Equipment database. I want to filter the search based on a search box, a combo box and an option group box. I already build the search box and the option group box for one parameter. However, when I try to create either a combo box or an...
Back
Top Bottom