I need to set up an append query that will create a duplicate output field. In the table I wish to query I have:
Info 1 - Data A
Info 2 - Data B
Info 3 - Data B
Info 4 - Data C
(The above is a single record, Data A, B, and C are selected from a combo box where the row source is taken from a single source on a seperate table, but need to be stored in this table as seperate field entries)
I want to append this to a table where I have a single column for "Data" fields, so appending Data A, B and C into a single column of "Data". However Access does not let me do this, is this possible? I need to store the data above as a single record, but need to somehow group the Data A, B and C together so that I can create reports where I select for example Data B from the Data column and see:
Data B - Info 2
Info 3
I have thought about splitting my table's into smaller tables, but always end up with the same problem that I need the above as a single record, but need to create a report as per the above example.
Help please! This has been driving me crazy for a few days now and I always end up with the same problem. Many thanks.
Info 1 - Data A
Info 2 - Data B
Info 3 - Data B
Info 4 - Data C
(The above is a single record, Data A, B, and C are selected from a combo box where the row source is taken from a single source on a seperate table, but need to be stored in this table as seperate field entries)
I want to append this to a table where I have a single column for "Data" fields, so appending Data A, B and C into a single column of "Data". However Access does not let me do this, is this possible? I need to store the data above as a single record, but need to somehow group the Data A, B and C together so that I can create reports where I select for example Data B from the Data column and see:
Data B - Info 2
Info 3
I have thought about splitting my table's into smaller tables, but always end up with the same problem that I need the above as a single record, but need to create a report as per the above example.
Help please! This has been driving me crazy for a few days now and I always end up with the same problem. Many thanks.