Show a different but related value from a field in a form

bfriend5

Registered User.
Local time
Yesterday, 20:11
Joined
Mar 23, 2015
Messages
22
Hello,

In a form of mine, I have the user input other person's initials, but I don't want those initials showing up on the report. It's a set group of initials to work with so I have each set associated with a random 3 digit number (that I input into the table myself). I'd like to be able to have the person input the initials in the form, but have the numbers display on the report, I'm not sure how to go about doing that. Any help/suggestions appreciated. Thanks.
 
You don't need a random#.
You should have an ID key field set to autonumber. Use THAT as your 'random' #.
 
You don't need a random#.
You should have an ID key field set to autonumber. Use THAT as your 'random' #.

I guess I misspoke. It's not so much a "random" number as it's assigned to the person's initials. For example, Person A is always 487, while Person B is always 928. Sorry for the confusion, but thanks for the input!
 

Users who are viewing this thread

Back
Top Bottom