Hi All ... Please Help!
I am creating a login form and after I update the Username I want a txt box to show the full name of the user .. I call it the Display name. The following I have put on the After Update ..
txt_Display = Dlookup("[DisplayName]",tbl_Users,"[Username]=" &Forms! frm_SystemEntry![txt_UserName])
Code is wrong I know as it shows blank. Little help as this is my first program for college.
Thanks