Hey, I'm creating a applications audit and need some help with displaying some data. I've just run a sql query to obtain a user list and what application they have access to. This list is in a .txt file now. What I would like to do now is write a VB script that would read the data in the file, and display it according to the application name. So for Example - One app is called "Document List Editor" I would Like the script to be embedded in a button so that when this is clicked, It will only display the user's ID, and Name that have access to the "Document List editor" application. Maybe the names could be displayed with a pop up message box?
Any help/advice out there?
Thanks.