Search results

  1. D

    Calendar Control 11

    Hi there! I have query that needs two dates to execute, so i made a form with one calendar control. my needs - 1. I need two selectors in one calendar control (is it possible?) in that case I dont need two calendar ctrl. for my between dates query. but if its not possible, i can live with that...
  2. D

    Query by checkbox value

    Hi, Im trying to build query that filters my recors by checkbox value in form. I have field id_reason with numeric values, my idea is that when checkbox1 = 1, id_reason is filtred by value 11, when checkbox1 = 0, id_reason <> 11. i tryed this formula as criteria in design grid...
  3. D

    Date formats in query

    Hi, and again I have a problem :) so, In Form I have two calendar controls, and two text boxses. Based on selected date, text boxes are showing day of the year (format(Date(),"y")). Query is based on table with records of days in year (numbers), so, when Im trying to sort Between two numbers...
  4. D

    Between dates query

    Im trying to build form with two calendar controls which asks query for records between two dates. Calendar control works fine, no problem with that, but my query isnt. What im trying to do: I have a table with records, each record has field with date of creation (for example 2007.11.25.)...
Top Bottom