I have a query which, when run, populates with file names various file names which fit certain criteria.
I am trying to figure out how to create a BUTTON which allows the user to open more information about that specific file in a pop-up box.
In other words... I initially get the file name in the first query and I click on (Get more information) button
it opens a pop up which has additional information about that file as well as the link to the file.
This seems like it should be SOOOO simple, but I can't figure it out!!!