0
votes
1answer
17 views

Linking Lists in SharePoint 2010 programatically

How would I link two lists so that one pulls in a set of data from another and populates a dropdown list in the first list for you to select from. Example: List A contains a drop down called fruit. ...
0
votes
1answer
55 views

Populate a drop-down based off the contents of another using lists

I am very new to SharePoint and am having trouble with a few basics I thought were simple, it's a large change from my way of thinking about databases and presentation. Anyways, I am required to ...
0
votes
1answer
116 views

dropdownlist quicklinks menu in masterpage

I would like to create a dropdownlist for quicklink navigation in a master page. The quicklink menu will have direct links to a bunch of subsites. This will need to be accessible from all subsites. I ...
1
vote
0answers
133 views

Problem with CheckBox in infopath 2010

Hi my name is Marcelo ... I have a problem with extracting data from a list checkbox , i selected 2 options (or more than two of several existing) and these disappear after ... then I need to display ...
2
votes
1answer
38 views

Is there a way to find if a column name is in more then one SharePoint list?

This is specific to SharePoint 2007, though I am sure it could cross over into 2010. My situation is I am a site curator that inherited a site with 30+ lists. Several of these lists are using a drop ...
0
votes
0answers
170 views

Sharepoint 2007 Dataview Dropdown and how to filter as user is typing

All, I have a Dataview webpart in Sharepoint 2007. It is a list of companies in alphabetical order. I have changed the default view to a Drop down list. All good. Works great. When you click on the ...
0
votes
1answer
491 views

Update sharepoint list from infopath drop down list box

I am new to sharepoint and this may be a simple issue but I cannot seem to find the results I am looking for by searching. It may be because I am not sure exactly what to search for. What I want to ...
1
vote
1answer
1k views

How to remove “Create new view” from view dropdown to the list

Is that possible to remove the "Create new view" option from the view dropdown?
2
votes
1answer
3k views

Dropdown lookupcoloumn in sharepoint list form (newform.aspx)2010

I have a dropdown lookupfield in newform.aspx sharepoint form...unlike choice dropdown the lookupdropdown is 'input' field and not 'select'.. so i raise an onchange event using jquery ...
2
votes
0answers
355 views

dropdown box(sharepoint form field) validation sharepoint 2010

I have a sharepoint form field(look up field), a dropdown box in a list...below is the screen shot when i type into it it finds the name.. but when i type a text which is not present in the drop ...
2
votes
4answers
1k views

How can I Make a Dropdown box in a Form Field Conditionally Read-only/locked?

I have a drop down box form field (with values level1,level2) in SharePoint list. How can I lock the drop down box selection in the edit form.aspx whenever the condition is level2?
1
vote
2answers
504 views

Can't remove value from list item

I have a list that has a dropdown box as one of its columns. We changed the values in the dropdown box and now some of the items in the list refuse to allow us to blank out that column (so it has no ...
0
votes
2answers
501 views

Trigger workflow email when item created

We have a list called employee details, which has client name as one of the columns which is of the type lookup (from another list name columns value). So when the users create a new item in the ...
4
votes
1answer
1k views

dropdown box on change event in SharePoint list forms

I am editing an SharePoint list form using SharePoint Designer. I need to have two drop down boxes one with the names of the countries and other with the names of appropriate state. How can I ...
0
votes
1answer
302 views

Item Editor form for list - use a lookup table for dropdown

We have a list on SharePoint 2010 called "Policies". It contains a couple of dropdown boxes which point to custom columns. These columns get their data by going to List Settings > clicking on the ...
0
votes
1answer
172 views

Restrict item in List from modification if used in other Lookup or Cascading Drop-down field

Currently I have three lists. The 1st list contains a single column. The 2nd list contains two columns - one of the columns performs a lookup on the 1st list. The 3rd list contains three columns - ...