When a user accesses a form I have created, what I would like to do is pull their username with Environ("UserName") then compare that to a table and display their initials.
Table = tblPharm
Fields = UserName & RphInit
What I would like is for the initials to appear in a combo box as the default value but make the rowsource equal to RphInit. Occasionally one pharmacist might want to log on via another pharmacist's computer so I want to make sure they can still select their own initials in that case.
Is that clear as mud?
Table = tblPharm
Fields = UserName & RphInit
What I would like is for the initials to appear in a combo box as the default value but make the rowsource equal to RphInit. Occasionally one pharmacist might want to log on via another pharmacist's computer so I want to make sure they can still select their own initials in that case.
Is that clear as mud?