Recent content by p_bij

  1. P

    Solved Simple Filter Not Finding Records

    The reason Double, which I just realized, is probably the problem. I changed it to Decimal and it works! Thank you!
  2. P

    Solved Simple Filter Not Finding Records

    When I filter a field by right clicking and entering a value (107611.003) it cannot find the record. The record does exist, however! I have the same problem with 107611.002. However it does find 107611.001! And if I use the between filter, (between 107611 and 107612) it finds all three records...
  3. P

    Solved Trouble creating a filter on a form displaying records built in a query

    Thanks, this is good to know! Very helpful!
  4. P

    Solved Trouble creating a filter on a form displaying records built in a query

    I'm trying to do a simple filter on a form using a combo box. The form is continuous and the data is from a query (Q_ActiveFiles). The Detail section of the form has text boxes for each field type (i.e. ID, FileNumber, FileName, etc.). I have a combobox in the Form Header that is build from...
Back
Top Bottom