I have 2 tables in Access2000 that are linked via the ID field. Table 1 has a (1) to many relationship with table 2. I need to sort of de-normalize the database so that fields a, b, and c in table 1 are filled with records from table 2 where the ID's match. Essentially what I am trying to do is take those records in table 2 and fill in table the primary, secondary, and 3rd diagnosis for a medical database where the Id's match.
I need to open 2 recordsets and I believe an SQL statement and a counter. Any help getting started in the right direction would be great.
Thanx in advance
I need to open 2 recordsets and I believe an SQL statement and a counter. Any help getting started in the right direction would be great.
Thanx in advance