hyperlink field

J

Jeanette Cunningham

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top