December 4, 200322 yr I would like to create a script that would open a .doc file in a container field. Currently I am "right" clicking on the container and selecting Open Document. Thanks in advance.
December 4, 200322 yr Why not skip the container field and store a description of the document in one field and the path to the document in another field.. then use the open URL script. field = description field = path (c:documents1st_quartersales.doc) Open URL(path) In that way you can search for documents using a meaningful description. stu
Create an account or sign in to comment