A
Aero Mr. E.
I've a table of containing the date and the corresponding consumption. My
purpose is to report the consumption and other fuel properties for a
specified date. I'm getting the date that will be my criteria from 3
comboboxes in my form. All i want to do is to construct the criteria that i
will use in my query from these three combobox values (1-31 first one,1-12
second one and 2000-2009 third one). When i used "AND" in expression builder
access makes them three different criteria. When i use DATESERIAL(e.g.
Date=Dateserial([combobox_year],[combobox_month],[combobox_day]) ; "Date" is
the name of the field in my table) this time i cant get the report depending
on my query. How can i define these three combobox values as a single date?
purpose is to report the consumption and other fuel properties for a
specified date. I'm getting the date that will be my criteria from 3
comboboxes in my form. All i want to do is to construct the criteria that i
will use in my query from these three combobox values (1-31 first one,1-12
second one and 2000-2009 third one). When i used "AND" in expression builder
access makes them three different criteria. When i use DATESERIAL(e.g.
Date=Dateserial([combobox_year],[combobox_month],[combobox_day]) ; "Date" is
the name of the field in my table) this time i cant get the report depending
on my query. How can i define these three combobox values as a single date?