I have this form here:
What I want to do is give the end-user the option to input a preset of subjects that is also customizable. One way I know of doing it would be using a table then appending it to the table which the subform Subjects is based off of, however i think that would skip the rules I had setup for it (it only accepts entries from the drop-down list, and the list is based off of multiple queries, the subjects available are unique for each student). Another would be to use VBA, but I don't know of a way to make VBA code customizable by the end-user (and of course it has to be shown in a way that it does not look like code at all). What would be the best solution for this? TIA
What I want to do is give the end-user the option to input a preset of subjects that is also customizable. One way I know of doing it would be using a table then appending it to the table which the subform Subjects is based off of, however i think that would skip the rules I had setup for it (it only accepts entries from the drop-down list, and the list is based off of multiple queries, the subjects available are unique for each student). Another would be to use VBA, but I don't know of a way to make VBA code customizable by the end-user (and of course it has to be shown in a way that it does not look like code at all). What would be the best solution for this? TIA