Hello all.
I have a SharePoint list called Courses that lists learning courses available at the firm. There is a question on the form that asks the user whether the course is new or existing.
Here is how I envision it to work:
- If the course is new, the user populates the data on the form.
- If the course is existing, I would like to add a search box that the user can lookup the column in 'Courses' called Course ID.
- If the user picks Course ID, it populates the fields on the form with the existing data
All of the search results that I have found use the Gallery. Is this possible to populate the fields on the form without using a Gallery?
Thank you all for your time!