I have a form with a listbox of people on it. I want to be able to double-click a user and have that user’s name set into a field on another form.
This application is multi-user, and I’ve never used global variables so I don’t know how they would react in a multi-user environment.
What is the best, easiest way to accomplish this? I already have the name from the double-click, it’s just the new form piece I am struggling with.
Thanks!