Not sure how to do this...

brian0721

Registered User.
Local time
Today, 20:51
Joined
Dec 5, 2001
Messages
103
Okay, here is what I have...

1. A main form that I use. It stores all the data on our borrowers.
2. A form for my processors that they can add new borrowers with among many other things.

What I want to do is have some tabs on my processors form. I want them to be able to pick a borrower and have their specific information show up in text boxes. I'm not sure how to reference the borrowers name to the main form and then return the information to the specific text boxes. Does this make sense?

Thanks alot!
 
brian0721 said:
Okay, here is what I have...

1. A main form that I use. It stores all the data on our borrowers.
2. A form for my processors that they can add new borrowers with among many other things.

What I want to do is have some tabs on my processors form. I want them to be able to pick a borrower and have their specific information show up in text boxes. I'm not sure how to reference the borrowers name to the main form and then return the information to the specific text boxes. Does this make sense?

Thanks alot!

How many borrowers? You could end up with a lot of tabs.

Take a look at This for an alternative solution, There are others in the same forum as well.
 

Users who are viewing this thread

Back
Top Bottom