sample dbase - Copy.xlsm

I'm working on this project and this how it works.

the form consist of several text boxes. data is required for each textboxes
Add to dB will insert all data entered in "DB PIT" sheet. (Its already working)

now, here is what I'm trying to achieve
1. I want to have one value on a textbox (as I enter it) to be the same with another textbox.
2. Since all data are saved on DB PIT sheet, I want to gather data using 2 criteria, 1 is by TIN (first text box) and another is by Hub ID. As soon as I enter the TIN or Hub ID, the rest of the data will be populated on each text boxes if it already exists on the "DB PIT" Sheet.
3. Lastly, There is a big text box on the lower right, I want to put a template on that area where all the data that I put in will be reflected on that textbox, once all the data is completed, it can easily be copied by just pressing the copy to clipboard button.

Thank you Guys!