how do i change this code to do dates instead if time:
lee123
Code:
CurrentTime = Format(Time, "hh:mm") If CurrentTime = txtBillTime.Text Then Beep frmAppointment.WindowState = 0 'Restore form End If
Comment