Right, I see.
When you created the Login page, DW added some code to store the user's name in a Session variable. Something like:
Session("MM_UserName") = Some Value
(don't know the exact variable name / code right now)
You can use that same session variable to limit your database queries for that user. Simply add a WHERE clause to your SQL statement that uses Session("MM_UserName") to limit the number of records retrieved from the database.
If you're new to Dreamweaver and ASP, may I recommend:
Beginning Dreamweaver MX 2004. This book deals a lot with these kind of issues....
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to:
Farewell and Goodnight by
The Smashing Pumpkins (Track 14 from the album:
Mellon Collie and the Infinite Sadness - Twilight to Starlight)
What's This?