Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RFC821 address translation to Notes Address

Status
Not open for further replies.

paoconnell

Programmer
Jun 11, 2002
41
US
We have an export file with personnel information, with each record associated with a Notes address in rfc821 format, that is first_last@domain.ext, stored in the field INTERNET_ADDRESS.

We need to use this information in a Notes database to restrict access by a user to just the records matching his/her Notes account. Not a problem, except that either the restriction needs to be base either on having the "real" Notes address on the form, or having the restriction work with the rfc821 address.

Will this View Selection formula work properly?

SELECT Form = "Employee" & @Name([Address821];@UserName) = INTERNET_ADDRESS

Pat O'Connell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top