SantasLittleHelper
Board Regular
- Joined
- Nov 25, 2016
- Messages
- 77
Apologies in advance... i'm quite a rookie with Access.
I have a table (tblCompanyInfo) with all of the information of different companys within. Within this table is a field where users can select a 'CompanyType' from a combo box. I'm looking to find a way to split the companys up into different tables.
Here's the type of think I'm looking for:
IF 'CompanyType' in 'tblCompanyInfo' is equal to 'Manufacturing'
THEN create a new record in 'tblManufacturing' adding the 'CompanyURN' from 'tblCompanyInfo' to 'CompanyURN' in 'tblManufacturing'
I'm guessing it will be some sort of relationship but I'm not too sure what to do when it comes to relationships.
Any help is greatly appreciated!
I have a table (tblCompanyInfo) with all of the information of different companys within. Within this table is a field where users can select a 'CompanyType' from a combo box. I'm looking to find a way to split the companys up into different tables.
Here's the type of think I'm looking for:
IF 'CompanyType' in 'tblCompanyInfo' is equal to 'Manufacturing'
THEN create a new record in 'tblManufacturing' adding the 'CompanyURN' from 'tblCompanyInfo' to 'CompanyURN' in 'tblManufacturing'
I'm guessing it will be some sort of relationship but I'm not too sure what to do when it comes to relationships.
Any help is greatly appreciated!