Guys im trying to set up a calibration list using the issue list type in share point. The team who will manage this list need to be able to select an address from a list when creating the item as opposed to inputing the address every time. Is it possible to link to another list and have a drop down column from which to select the address from.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can create a Lookup column in one list that pulls data from another list. This will automatically create a drop down of values the user can select from. |
|||
|
|
|
my friend... It is a very basic sharepoint question. In sharepoint we call this lookup field. watch this video. is this what you are looking for? http://www.youtube.com/watch?v=gIfCsSGDP1o or read http://phase2.com/blog/?p=101 |
|||
|
|
|
You can try this out as I think its what your asking for? you can either pull the data from the database that the origional list you want to show in the drop down and bind it to the dropdownlist in spgridview like this: http://dotnetknowledgebox.blogspot.co.uk/2012/05/bind-dropdownlist-in-gridview.html or do the following:
this was taken from: Hope this helps you :) |
|||
|
|
