User-821857111 posted
Depends on what the SQL you are trying to generate is, but usually, yes. In Access, you can only have one SELECT, INSERT, UPDATE or DELETE statement per saved query (procedure), so you would need to create a number of them and then choose the one that
your code identifies as being the appropriate one givent the values passed in by the user.