Hi
I am sure this is very simple, so forgive me, but I just can't figure it out.
I have a Lookup Table which has 4 Columns...
Username, Password, Practitioner's Name, Practitioner's E-Mail Address
Practitioners log in using their Username and Password in order to access an Add Page to submit Data to another Table.
On the Add Page I have two fields - Practitioner's Name, Practitioners E-Mail Address.
When the Practitioner logs in, I have it set that the Practitioner's Name field is automatically populated with thier name taken from the Lookup Table, I have done this I think by assigning the default value of this field to "Session("_" & strTableName &"OwnerID")".
What I want to do however quite simply is to also automatically populate the Practitioner's E-Mail Address field on the Add page with the E-Mail Address taken from the same Record in the Lookup Table. I have tried also assigning this a default value of "Session("" & strTableName &"_OwnerID")" but nothing happens.
As you have probably guessed by now, I am a complete novice so I really would appreciate any help, explained as simply as possible for a dummy like me.
Many Thanks.
Con.