I really need your help. I have a form that is used as a time tracker.
1.Employees select their name from a drop down combo box (cboName)
2.Click on a drop down to select date (cboDate) AND
3.Enter the hours for the day (txtDate)
Employees would enter their hours for a month or so at a time. Meaning, they would be doing lets say 20 enteries for the month of June. I don't want them to have to select their name each time.
Right now I have a "save" button that saves the entry and "add new" button that clears everything. Is there a way I can clear the "hours" field and the "Date" field cleared but leave the name intact while saving the last record. PLEASE HELP.
1.Employees select their name from a drop down combo box (cboName)
2.Click on a drop down to select date (cboDate) AND
3.Enter the hours for the day (txtDate)
Employees would enter their hours for a month or so at a time. Meaning, they would be doing lets say 20 enteries for the month of June. I don't want them to have to select their name each time.
Right now I have a "save" button that saves the entry and "add new" button that clears everything. Is there a way I can clear the "hours" field and the "Date" field cleared but leave the name intact while saving the last record. PLEASE HELP.