H
hazbin via AccessMonster.com
I have a display issue that I am unable to resolve. I have a table setup as
follows:
Text--Num--Item1--Item2--Item3--Item4
T1-------6-------A--------B-------C
T2-------3-------A--------D
T3-------5-------C--------E-------G-------J
(NOTE: the dashes are just to make my message look clean). Each “item†column
uses a combo box. The sub-table for each combo box is the same. I want to
display a list of the items for each record in one column in a report.
However, each record has a variable number of items. This creates a problem
for the report. Right now, I have blank spaces showing (see below). I have
tried to resolve this with queries and report settings but can’t figure it
out. How can I do this?
Text--Num--Items
T1-------6------A
------------------B
------------------C
------------------(blank)
T2-------3------A
------------------D
-----------------(blank)
-----------------(blank)
T3-------5------C
------------------E
------------------G
------------------J
follows:
Text--Num--Item1--Item2--Item3--Item4
T1-------6-------A--------B-------C
T2-------3-------A--------D
T3-------5-------C--------E-------G-------J
(NOTE: the dashes are just to make my message look clean). Each “item†column
uses a combo box. The sub-table for each combo box is the same. I want to
display a list of the items for each record in one column in a report.
However, each record has a variable number of items. This creates a problem
for the report. Right now, I have blank spaces showing (see below). I have
tried to resolve this with queries and report settings but can’t figure it
out. How can I do this?
Text--Num--Items
T1-------6------A
------------------B
------------------C
------------------(blank)
T2-------3------A
------------------D
-----------------(blank)
-----------------(blank)
T3-------5------C
------------------E
------------------G
------------------J