A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Nothing simple here... You can use macros to control the queries but it is a bit of work to make it all happen. You will need to create a userform where the user inputs their user name and password. You can then use those as inputs to refresh the query. IIRC that info is passed in the command text. I think you can modify the text prior to it bieng executed. I personally use ADODB with an ODBC connection to execute SQL that I store directly in the macro.