You would want to use the Click event of the button, but when you say within a date range, do you mean the day the button was clicked or a date range in the current record?
"Becky" wrote:
[Quoted Text] > Hello All, > I have a form that has a command button on it that prints a letter for the > record that it is on. > What the user wants is a report that shows how many times the button was > clicked within a specified date range. > > I am thinking that I need to do an event on the ON Click for the button. > But how do I do that? Do I need to have a seperate table to store the date > and a number then tell a query to count it for the report? > > Any help would be great to get me on the right track. >
|