For example:

I have a form A, which displays Customer data including Company name. User enters Company and on Lost Focus event I display form B, which shows the Datagrid with all customers for this company.

So, how do I pass the value of txtCompany.text from form A to form B as a parameter that I can include in SELECT statement.

I appreciate any suggestions.