activethistle
Technical User
This is driving me nuts!!!
It's probably very simple...
I have a form with two input boxes a button and a list box.
I want my users to enter two dates in the text boxes and click the button.
As a result I want to run a query that extacts the number of times an item (advertising source in actuality) occurs for the period between the two dates, and puts it in the list box.
e.g.
Does anyone have any ideas before I go completely gaga???
P.S. If you can offer a subform alternative I shall be equally grateful.
TVMIA
Active Thistle :{}
It's probably very simple...
I have a form with two input boxes a button and a list box.
I want my users to enter two dates in the text boxes and click the button.
As a result I want to run a query that extacts the number of times an item (advertising source in actuality) occurs for the period between the two dates, and puts it in the list box.
e.g.
Code:
---------- ----------
| 01/01/01 | | 01/03/01 |
---------- ----------
_________
| |
|Click Me!|
|_________|
------------------------
| Times | 5 |
| Guardian | 10 |
| Telegraph | 7 |
| | |
| etc...etc... |
------------------------
P.S. If you can offer a subform alternative I shall be equally grateful.
TVMIA
Active Thistle :{}