F
franklinbukoski
I have a main form with multiple subforms that make up an employee
information screen. This form is tied to tables, no queries.
To access the form, I have an unbound listbox on another form that I choose
either Active, Inactive, or Pending Gain from, and have the on click event
property set to run a macro that opens the main form and applies the filter:
[recordstatus]=[Forms]![SelectTypeRecord]![list11] at the where condition of
the macro.
I then have an unbound combobox on the main form set to find a record on my
form based on the value I selected in my combobox...but the combobox shows me
ALL records in table, not the filtered records displayed on the form.
information screen. This form is tied to tables, no queries.
To access the form, I have an unbound listbox on another form that I choose
either Active, Inactive, or Pending Gain from, and have the on click event
property set to run a macro that opens the main form and applies the filter:
[recordstatus]=[Forms]![SelectTypeRecord]![list11] at the where condition of
the macro.
I then have an unbound combobox on the main form set to find a record on my
form based on the value I selected in my combobox...but the combobox shows me
ALL records in table, not the filtered records displayed on the form.