As the previous poster suggests, you can create tables to handle this.
How do you implement keywords? Do you assign keywords to the pdf documents
using words that are in the documents themselves? So as to allow a text
search? If so, depending on the size of your project, it might be worth it
to get the Acrobat API library. In Access VBA, using the library you can
pick up all the verbage (texts) from the pdf documents then write them to
Access. Basically this will automate building your tblKeywords.
Immanuel Sibero
ann@souder said:
I need to create an access database which will catalog scientific
documents saved as pdf files. Is there a way to link these files and also
search them by keywords in access. The form would then display all the
documents found that match the keyword.