S
Saima
Hello,
I have two forms. The main form is where the user selects the company from a
combo box. After that they have the option of browsing through different
sections of the records, eg the branches or user details or computer details
etc through buttons that are set out below the combo box.
The second form is the details of the company depending on which button they
click. For example, if they choose the company SCS then click on branches, a
list of the branches of SCS comes up.
Each company has a unique CompanyID number which is the link between the two
tables, tblCompany and tblBranch.
How can I carry over to the second form, that the company that was selected
was SCS and to show only branch details for SCS?
Thank you
Saima
I have two forms. The main form is where the user selects the company from a
combo box. After that they have the option of browsing through different
sections of the records, eg the branches or user details or computer details
etc through buttons that are set out below the combo box.
The second form is the details of the company depending on which button they
click. For example, if they choose the company SCS then click on branches, a
list of the branches of SCS comes up.
Each company has a unique CompanyID number which is the link between the two
tables, tblCompany and tblBranch.
How can I carry over to the second form, that the company that was selected
was SCS and to show only branch details for SCS?
Thank you
Saima