I currently have a table that company information is imported into. On of the fields is whether or not the company is current (0=No, 1=Yes, 2=Left Blank). These profiles can also be added and edited manually.
I have a 2nd table of information that is entered manually for only the current companies.
Based on the companies in table 1 that have 'Current'=1, is there a way to auto-generate a record for each (PK=name) in table 2?
I have a 2nd table of information that is entered manually for only the current companies.
Based on the companies in table 1 that have 'Current'=1, is there a way to auto-generate a record for each (PK=name) in table 2?