Hello Friends,
I need help on the below issue
I have two forms
-DoctorAppointment
-DoctorSchedule
the DoctorAppointment form has all the details about the doctor and the patient and one Schedule button which will show the DoctorSchedule form
When I click on any value in the DoctorSchedule form like Monday or any other day and click on save button it opens a new DoctorAppointment form and store the Day value in the text box of the form.
The old DoctorAppointment form stays as it is but the new DoctorAppointment form that appears after DoctorSchedule Save click it removes all the earlier values (doctor and patient Details) that were present on the DoctorAppointment Form.
I want that after the Save click it should not call any new form instead the Day value should come on the old form including the Doctor and Patient Details.
Can anyone help me in this?