I run a query which gets a list of id numbers from a user's settings in the DB at the time of their login.
Each of these id numbers is tied to a different table containing the category name, item name and item description.
We have recently purchased a tag from a vendor which is passed a query name and will display the data for us in an appropriate manner. The tag works great for all of our other queries but can't work with this one since all we have are ID numbers.
Is there a way to manually "create" a query, basically using a CFLOOP to loop through the list of ID's, look up the info for the three items and then "paste" them into a simulated query so that we'll have a query to pass to the tag?
Its a pipe dream, but I'm hoping!
Thanks!
Each of these id numbers is tied to a different table containing the category name, item name and item description.
We have recently purchased a tag from a vendor which is passed a query name and will display the data for us in an appropriate manner. The tag works great for all of our other queries but can't work with this one since all we have are ID numbers.
Is there a way to manually "create" a query, basically using a CFLOOP to loop through the list of ID's, look up the info for the three items and then "paste" them into a simulated query so that we'll have a query to pass to the tag?
Its a pipe dream, but I'm hoping!
Thanks!