This content has been marked as final.
Show 1 reply
-
1. Re: Creating a recordset filtered by login credentials
Mike_Watt Jun 22, 2008 1:38 PM (in response to Mike_Watt)I solved my problem and I thought I'd come back and post it here in case anyone else has the same problem.
The log-in server behavior creates a session variable for the username submitted on the login page. The variable is called "MM_Username". You can use that session variable as your filter criteria on following pages to call that user's record from the DB.
Hope that helps...

