I dont know why I am having this problem. On the same form named frm_Employees_on_Call_What_Order
I have 2 command buttons, one named Thursday and one named Wednesday. I want those buttons to update 2 fields on the same form.
I have 2 fields also on the same form named OnCallDte and CallNexttDte which are date fields.
Thursday should update OnCallDte and Wednesday should up date CallNexttDte
Each of the command buttons Thursday and Wednesday have there own code bound to them in date format.
Thanks,