Hello,
Whenever my report is being run, I need to make a log entry to a table about
the person who has executed the report. I am in the process of writing that
INSERT command.
Iam able to capture the ID of the user running the report by the Gobal
expression (=User!UserID), but how can I export this value to the table?
Thank you,
SQL_Help
msnews.microsoft.com - 02 Jul 2008 12:26 GMT
Please ignore. I figured it out. In the dataset, just create a parameter
@UserID = User!UserID
> Hello,
>
[quoted text clipped - 7 lines]
> Thank you,
> SQL_Help