Hi all – I need some advice. I need to create a counter for the staff on the telephone at my work. Basically I want to create a little window that has three fields on it:
1. A lable called callsNum. This field displays the number of phone calls so far for the day.
2. A command button called CommandButton1. The user clicks on this button and it increases the callsNum field by 1.
3. A command button called CommandButton2. The user clicks on this button to set the callsNum field to 0.
I have created the fields and put them on a blank form called UserForm. The code for CommandButton2 has been easy enough for me but I am having trouble getting the code for CommandButton1.
Anyone got any examples I could use?
Thanks heaps in advance.
Bill