Hello there!
I have been asked for help by a client in designing a simple data entry DB (if you need to know, to record some data about diagnostic imaging studies performed). I made a UserForm that asks for the data and copies it in a table, along with other useforms that allow the user to look for a patient, edit/delete a record, etc. They had done this in Access already but because of licensing it was not deployed.
The whole point was to prevent the user with touching the Data table itself. At the moment, the table is stored in a single sheet of the workbook, and there are other auxiliary sheets where I keep some lists needed for comboboxes, data validation, etc. My question is:
Should I keep the Data table in the same workbook or should I use another external workbook to keep it? What would be the pros/cons of doing it either way?
As the form will be deployed in 5 different branches, I am inclined to keep the DB in an external workbook...that way if I have to make any updates/changes to the userforms then deploying them would be easier, as the users would only need to update the DataEntry (Userforms) file and leave the DB alone...but I would really love to hear your advice and comments on this. What do you thing the best approach would be?
As usual, thank you very very much.
I have been asked for help by a client in designing a simple data entry DB (if you need to know, to record some data about diagnostic imaging studies performed). I made a UserForm that asks for the data and copies it in a table, along with other useforms that allow the user to look for a patient, edit/delete a record, etc. They had done this in Access already but because of licensing it was not deployed.
The whole point was to prevent the user with touching the Data table itself. At the moment, the table is stored in a single sheet of the workbook, and there are other auxiliary sheets where I keep some lists needed for comboboxes, data validation, etc. My question is:
Should I keep the Data table in the same workbook or should I use another external workbook to keep it? What would be the pros/cons of doing it either way?
As the form will be deployed in 5 different branches, I am inclined to keep the DB in an external workbook...that way if I have to make any updates/changes to the userforms then deploying them would be easier, as the users would only need to update the DataEntry (Userforms) file and leave the DB alone...but I would really love to hear your advice and comments on this. What do you thing the best approach would be?
As usual, thank you very very much.