Forums
This topic is locked
User authentication & Repeat region
Posted 30 Dec 2001 19:10:40
1
has voted
30 Dec 2001 19:10:40 Ramakrishna Devanathan posted:
I have a login page which does the authentication when the form is submitted. On sucessful login it takes to a interface which has links to view database records.Is there a way i can show data ? using the result of the login form instead of having a seperate form to view data)
ex: use the same password to authenticae as weel as identify a field in teh database.. Kindly help
Thanks
Replies
Replied 31 Dec 2001 07:12:46
31 Dec 2001 07:12:46 Owen Eastwick replied:
Something like:
YourRecordsetName.Source = "SELECT WhateverYouWant FROM YourTableName WHERE UserName LIKE '" & Session("MM_Username" & "'"
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
YourRecordsetName.Source = "SELECT WhateverYouWant FROM YourTableName WHERE UserName LIKE '" & Session("MM_Username" & "'"
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo