Thanks
I'm entering biological data regarding primers in a database. One of the
fields is 'references' holding the refernece(s) ID for the source of the
primer. Some of the primers have more then one refernece. I don't wan't to
add multiple reference ID fields but would rather be able to list, for
example, reference 1,3,8. The reference ID are from the reference table and
instead of having to report back the the reference table for the numbers all
the time I have a look up field displaying the primary authors and date and
displaying the ID when one is chosen. I would like to be able to chose
multiple references.
In reagards to the detail bax they are as follows:
display control: combo box
row source type: Table/Query
row source: SELECT articles.[article number], articles.[primary author],
articles.date FROM articles ORDER BY [primary author];
bound column: 1
column count: 3
column heads: no
column widths: 2.54cm;2.54cm;2.54cm
list rows: 50
list width:7/619cm
limi to list: no
thanks very much