i have a table i want to query (ultimately i would use the select query's result in a report but that will have to wait)...
there are a few fields on this table but the ones i'm interested in are called 'Submission', 'Date Submitted' and 'Appvl Date'. the first is completed via a combo box control on the user's entry form. the last two are clearly chronological.
i would like to design my query to be so versatile that the user could specify or not specify which 'Submission' value gets entered. i would like the user to have the ability to specify a range of 'Date Submitted' values or none at all and therefore scan the entire table. lastly, i would like to include records with values of 'Appvl Date' that might or might not be null.
If we looked at the design window, we would find four rows:
Submission
[Enter Specific or Blank for All]
[Enter Specific or Blank for All] Is Null
[Enter Specific or Blank for All] Is Null
[Enter Specific or Blank for All]
under
Date Submitted
Between [Earliest Dte Submitted] And [Last Dte Submitted]
Between [Earliest Dte Submitted] And [Last Dte Submitted]
Between [Earliest Dte Submitted] And [Last Dte Submitted]
Between [Earliest Dte Submitted] And [Last Dte Submitted]
under
Appvl Date
Is Null
Is Not Null
Is Not Null
Is Null
is there any apriori reason to think this design's going to do what i want?
“The philosophy of the school room in one generation will be the philosophy of government in the next." --- Abraham Lincoln
there are a few fields on this table but the ones i'm interested in are called 'Submission', 'Date Submitted' and 'Appvl Date'. the first is completed via a combo box control on the user's entry form. the last two are clearly chronological.
i would like to design my query to be so versatile that the user could specify or not specify which 'Submission' value gets entered. i would like the user to have the ability to specify a range of 'Date Submitted' values or none at all and therefore scan the entire table. lastly, i would like to include records with values of 'Appvl Date' that might or might not be null.
If we looked at the design window, we would find four rows:
Submission
[Enter Specific or Blank for All]
[Enter Specific or Blank for All] Is Null
[Enter Specific or Blank for All] Is Null
[Enter Specific or Blank for All]
under
Date Submitted
Between [Earliest Dte Submitted] And [Last Dte Submitted]
Between [Earliest Dte Submitted] And [Last Dte Submitted]
Between [Earliest Dte Submitted] And [Last Dte Submitted]
Between [Earliest Dte Submitted] And [Last Dte Submitted]
under
Appvl Date
Is Null
Is Not Null
Is Not Null
Is Null
is there any apriori reason to think this design's going to do what i want?
“The philosophy of the school room in one generation will be the philosophy of government in the next." --- Abraham Lincoln