Jane,
as far as I know, it is one link per hyperlink field.
You could create a new table to hold multiple hyperlinks for each record.
PrimaryKeyID - foreign key from existing table
TheHyperlinkField - put the hyperlinks here
one hyperlink per record (row)
this will give you a long list of rows that show each hyperlink and the
record in the existing table it belongs to - for every hyperlink.
Use a query to show every hyperlink for each record.
Jeanette Cunningham -- Melbourne Victoria Australia