![]() |
Query_A2K10_MultiValueFields |
Post Reply ![]() |
Author | |
A.D. Tejpal ![]() Microsoft MVP ![]() Joined: 30 Jun 2008 Status: Offline Points: 192 |
![]() ![]() ![]() ![]() ![]() Posted: 30 Oct 2011 at 9:33pm |
Query_A2K10_MultiValueFields This sample db demonstrates query based approach to bulk appending / updating / make table actions involving multi-value fields in Access 2010, without resorting to use of recordset or recordset2 objects, thus overcoming a known limitation associated with such fields.
In this arrangement, an extra field named TempID is provided in the destination table. The append query is executed in two stages. In first stage, primary key values from source table are appended to TempID field in destination table. In 2nd stage, value elements of MVF field get appended, using an inner join between the source and destination tables (PK of source table equals TempID of destination table). Three styles are covered as follows: Version: Access 2010 accdb file. |
|
![]() |
|
Sponsored Links | Want a good read? Try The Summer of His Life (available on Amazon!) |
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |