G
Guest
Is it possible to enter data in a table through a multi selection List Box??
I am creating a list of partners in a project and I am linking each partner
to a list of keywords (e.g: partner A is involved with "culture" and
"politics").
I solved this problem creating a second table called keywords and a third
called partnerprofiles linking both the partners table and the keywords
table... however, I am not very satisfied with this solution because when I
run a query I have many repetitions of names.
e.g instead of having a result like:
Partner A = Culture, Politics, X, Y, ...
I have:
A = Culture
A = Politics
A = X
A = Y
A = ...
So it gets really messy especially when I want to use the result in a clean
report.
I am creating a list of partners in a project and I am linking each partner
to a list of keywords (e.g: partner A is involved with "culture" and
"politics").
I solved this problem creating a second table called keywords and a third
called partnerprofiles linking both the partners table and the keywords
table... however, I am not very satisfied with this solution because when I
run a query I have many repetitions of names.
e.g instead of having a result like:
Partner A = Culture, Politics, X, Y, ...
I have:
A = Culture
A = Politics
A = X
A = Y
A = ...
So it gets really messy especially when I want to use the result in a clean
report.