EliseFreedman
Programmer
Hi There
Several Months ago I create a patient record system in excel using the template feature. Since then, I seem to have experienced various niggles with this not least its a pain when the users want the form altered. I have decided to take a new approach and do it using userforms (Ideally would use MS Access but we dont have this at work!!). I have successfully managed using code to update, delete and add patient records using a userform.
I now want to add an appointment card to the userform which would allow the users to insert the date of the appointment, the type of the appointment from a drop down list and whether the patient attended. I then need to hold a total on each record of the number of treatments, assessments etc in each month. These totals would be written to the spreadsheet linked to the userform. Im not sure what kind of object to use to hold this data. I was going to use a flexgrid but it doesnt seem to work with Excel. I then looked at the spreadsheet control but it seems to be fairly limited in what it can do for example I couldnt use a sumproduct formula and couldnt have any validation. Does anyone have any suggestions as to what approach I should use?
Several Months ago I create a patient record system in excel using the template feature. Since then, I seem to have experienced various niggles with this not least its a pain when the users want the form altered. I have decided to take a new approach and do it using userforms (Ideally would use MS Access but we dont have this at work!!). I have successfully managed using code to update, delete and add patient records using a userform.
I now want to add an appointment card to the userform which would allow the users to insert the date of the appointment, the type of the appointment from a drop down list and whether the patient attended. I then need to hold a total on each record of the number of treatments, assessments etc in each month. These totals would be written to the spreadsheet linked to the userform. Im not sure what kind of object to use to hold this data. I was going to use a flexgrid but it doesnt seem to work with Excel. I then looked at the spreadsheet control but it seems to be fairly limited in what it can do for example I couldnt use a sumproduct formula and couldnt have any validation. Does anyone have any suggestions as to what approach I should use?