Hi,
I have a query which selects a group of people relevent to a department, and since the group is more of a, list of certain people, rather than defined by titles (i.e. the group is the manager, the accountant, the clerk), my query just manually uses the ID's of the people required. (WHERE ID = 245, 234, 1212, 34)
Now my issue is that I want the person administering the db (not me) to be able to modify that query from within the .MDE frontend file (instead of building and distribuiting a new version)
Is this possible?
I have a query which selects a group of people relevent to a department, and since the group is more of a, list of certain people, rather than defined by titles (i.e. the group is the manager, the accountant, the clerk), my query just manually uses the ID's of the people required. (WHERE ID = 245, 234, 1212, 34)
Now my issue is that I want the person administering the db (not me) to be able to modify that query from within the .MDE frontend file (instead of building and distribuiting a new version)
Is this possible?
Last edited: