Search results

  1. A

    Search by keyword intersected with combo box

    Hi guys! I'm building a search form that has one keyword ("search_box"), 2 combo box ("cc_loc_combo_box" and "cc_deq_combo_box") and one option group ("status_box") search. I'm trying to intersect all the searches. If I intersect the "cc_loc_combo_box" with the keyword search it works, however...
  2. A

    Search by Date Range and Keyword

    Hello guys ! At the moment I have a search by keyword and date range with two buttons search,i.e., making the search individually. I'm having two problems. The first one is with the date format; with 2 digit on the day it works fine, however with one it makes a wrong search. I need that the date...
  3. 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)...
  4. 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...
  5. 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...
Top Bottom