Creating a Pop-Up Form (1 Viewer)

jabaker54

Registered User.
Local time
Yesterday, 22:51
Joined
Jul 30, 2014
Messages
11
Hello All,

So here's my idea. I have a list of people in a list box. In the list box I only have the people names listed. (example below)


1. John
2. Frank
3. Tim
4. Jessica

I want to click on one of the names and have a form pop up on the same screen that lists the persons contact info. If I had a table like listed below, could the info auto populate on a separate form.

[ID] [Name] [Number] [Address]
1. John 456-4567 123 Elm Rd.
2.


I want the Form to pop up and show...


Name: John
Number: 456-4567
Address: 123 Elm Rd.
 

Users who are viewing this thread

Top Bottom