Hi,
I have a db where an employee's record can have 1+ accounts. (tblEmployee linked to tblAccounts).
One of the auxillary data sources contains info on each employee, but is a flat file. That is, each employee record has only one record and 1 - 10 accounts (fields labeld: Acct1, Acct2, etc.)
How can I update tblAccounts from the 1 - 10 fields from the record from the auxillary flat file?
Most employees only have one account anyway, so fields 2 - 10 almost always null!
Thanks!
I have a db where an employee's record can have 1+ accounts. (tblEmployee linked to tblAccounts).
One of the auxillary data sources contains info on each employee, but is a flat file. That is, each employee record has only one record and 1 - 10 accounts (fields labeld: Acct1, Acct2, etc.)
How can I update tblAccounts from the 1 - 10 fields from the record from the auxillary flat file?
Most employees only have one account anyway, so fields 2 - 10 almost always null!
Thanks!