Why in Access?
Ms Access is a small desktop database. The SQL dialect is very limited, there are no loops or recursions. VBA is not a language that can offer a good result for the masses of arithmetic operations that would be necessary in reasonable runtimes.
Ms Excel at least offers something like goal seek and solver.
For your task you don't need codes first, you don't need algorithms first. First you need a functional mathematical model, so you should consult with experts in this field. They probably also have experience with which program languages and environments would be helpful.
I also like Access. But you should know your program, as well as the advantages and the disadvantages and the limits and act accordingly (if it goes beyond your instinct to play).
Ms Access is a small desktop database. The SQL dialect is very limited, there are no loops or recursions. VBA is not a language that can offer a good result for the masses of arithmetic operations that would be necessary in reasonable runtimes.
Ms Excel at least offers something like goal seek and solver.
For your task you don't need codes first, you don't need algorithms first. First you need a functional mathematical model, so you should consult with experts in this field. They probably also have experience with which program languages and environments would be helpful.
I also like Access. But you should know your program, as well as the advantages and the disadvantages and the limits and act accordingly (if it goes beyond your instinct to play).