Is it possible to search something on sharepoint with Access text fields?

Lopez, Ahiezer 216 Reputation points
2021-11-15T21:34:32.78+00:00

I have a form that contains a Project text field as seen on picture 2. Is it possible to double tap on the number in image 2 and search the file pertaining to the number seen in the 1st image (its a sharepoint site)?

The purpose for this is to download a pdf file that pertains to the searched folder.

149440-image.png

149495-image.png

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,624 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
821 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. JoyZ 18,041 Reputation points
    2021-11-16T03:05:48.02+00:00

    @Lopez, Ahiezer ,

    Since I am not familiar with Microsoft access, from the perspective of SharePoint, we can use BCS indexing connectors to connect to external content that you want to crawl and include in the content index:
    149575-image.png

    This is very complicated, and you need to develop a custom BCS index connector. For more information, see:

    https://learn.microsoft.com/en-us/sharepoint/dev/general-development/search-connector-framework-in-sharepoint


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    1 person found this answer helpful.