R
Rohit Thomas
Hello All,
I'm have the following query attached to a combo box
called cmbStartDate:
SELECT DISTINCT [qryBank001TellerFifty&Under].FileDate
FROM [qryBank001TellerFifty&Under] WHERE
((([qryBank001TellerFifty&Under].FileDate) Is Not Null))
ORDER BY [qryBank001TellerFifty&Under].FileDate DESC;
I have another combo box called cmbEndDate in which I
would like to use a similar select query but have the
query only show dates that are greater than the date
selected in cmbStartDate.
Any help would be appreciated.
Thanks,
Rohit Thomas
I'm have the following query attached to a combo box
called cmbStartDate:
SELECT DISTINCT [qryBank001TellerFifty&Under].FileDate
FROM [qryBank001TellerFifty&Under] WHERE
((([qryBank001TellerFifty&Under].FileDate) Is Not Null))
ORDER BY [qryBank001TellerFifty&Under].FileDate DESC;
I have another combo box called cmbEndDate in which I
would like to use a similar select query but have the
query only show dates that are greater than the date
selected in cmbStartDate.
Any help would be appreciated.
Thanks,
Rohit Thomas