G
Guest
Hello,
I have created a login page and a custom membership provider based on
MSAccess. I am trying to get a page to display a GridView with a list of the
persons addresses when they log in.
The datasource is based on the membership table, and an address table. What
I am looking for is something in the WHERE statement like "WHERE userid=" &
current logged in user id.
Is there a way of finding data in Fields in the membership table? Something
like Dlookup("[displayname]","[membership]","[userid]=" & logged in user id)
I guess?
Many thanks in advance
James
I have created a login page and a custom membership provider based on
MSAccess. I am trying to get a page to display a GridView with a list of the
persons addresses when they log in.
The datasource is based on the membership table, and an address table. What
I am looking for is something in the WHERE statement like "WHERE userid=" &
current logged in user id.
Is there a way of finding data in Fields in the membership table? Something
like Dlookup("[displayname]","[membership]","[userid]=" & logged in user id)
I guess?
Many thanks in advance
James