bpalesch
Registered User.
- Local time
- Today, 18:36
- Joined
- Sep 13, 2002
- Messages
- 29
I have a question... is it possible to click on a field on a form and have it jump to another form based on the contents of the clicked-on field? For example, I have Form A. One of the fields is UserName. I'd like to be able to click on the name and have it open the UserData form for that person. I can put the correct code in the On Click property to open the UserData form, but how do I use the information in the UserName field as criteria for the opening the UserData form? In other words, how do I get the UserData form to open with Joe Doe's data (the name on Form A I clicked on) rather than Jane Doe or Kenny Doe's data (the names above and below - or any other name on Form A)? I can't tell the UserData form to get the name from the UserName field, because that field is repeated a number of times (once for each record). Can I somehow store the name in code as a variable and use it to open the UserData form?
Any help?... anyone?.... anyone?
Any help?... anyone?.... anyone?