A family of Microsoft relational database management systems designed for ease of use.
I'm having trouble understanding a business case for changing query names.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
Does anyone know if there is a way to return in the results of a query the query name ? Is there a function to return this result ? I have tried dlookup but cannot find any right arguments to achieve that, maybe not supported by the specific function ?
Thanks in advance
Dimitris
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I'm having trouble understanding a business case for changing query names.
Thanks Hans.
The problem I am trying to avoid is if & when the name of the query is changed and the best option I have figured until now is to enter a parametric field where I input manually the query name but that's obviously not a very good solution.
It is a pity there is no option to address this issue because I want this info in my reports to easily find the query name that generated the report results that I transfer to Excel.
Thanks anyway !
There is no support for this. If you really need this, you'll have to manually add a column, for example:
QueryName: "MyQuery"
It is up to you to enter the correct name, and to update it if you change the name of the query.