Word 2010 lookup fields from Access 2010

Hello,
I am trying to set up a Word document that I can have columns or fields that can be looked up and get information from Access data base. For example, names, addresses, telephone, email and so on. I am using the Office 2010 suite.
I would appricite if somone could give me some information about this or point me to the right direction.
Best Regards
Olafursv
Icelandic DBA admin

Hi,
That requires some exercise. This 'old' sample code might get you started. Remember it points to earlier versions so you have to set the right libraries:
http://www.helenfeddema.com/Code%20Samples.htm
Number 25 on the list contains a download you can use to get started.
Maurice
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. Thank You

Similar Messages

  • Link dropdown choice to multiple text fields from access database

    Is there anyway to link the choice of a dropdown field so it populates other text fields?
    Example:
    I have created a Data Connection from a MS Access Database for a drop down list which is CompanyName.  When I choose the company name I would like it to populate First Name, Last Name, Email, Adress, etc.  Does this require a significant amount of code to do...and if so does anyone have a good book suggestion to learn the code for something like this?
    Any help in solving this problem is greatly appreciate.  I have searched everywhere and found no conclusive answer.  Or maybe I am just searching in the wrong place?  Thanks for your help.

    You will have to make another data connection and create a SQL call to the DB that will incorporate the selection made in the DDList. This will involve code. There is a sample wriiten by Stefan Cameron at this location:
    http://forms.stefcameron.com/2006/09/29/selecting-specific-database-records/
    Paul

  • Lookup field to connect the CRM tables With 2LIS_11_VAITM

    Dear Gurus,
    Greetings for the day...!!!
    In CRM system I have two tables
    1.CRMD_ORDERADM_H
    *Object Id* is the field
    and the next table is
    2.SCAPPTSEG
    Fields in tht table are TST_FROM
                                    TST_TO
    I have to link this two tables with datasource 2LIS_11_VAITM
    I have tried to connect with a lookup field from the tables to the datasource,but I didnt find a common field.
    Even I tried to connect the datasource thru some other table but I couldnt
    Pls help me out in this...!!!
    Points will be awarded
    Regards
    Lucky

    This is standard behavior. Custom fields do not trigger delta.
    You can try several options -
    - If it is a standard SAP field coming from one of those VB* tables, try to name your custom field the same (SAP gives a warning, but you can ignore it). SAP sends the complete structures (eg VBAK, VBAP) for delta recording, and if this field is part of these structures, it may trigger the delta.
    If that is not applicable, consider extending the LIS comm structure underlying this extractor and use an LIS exit to populate this field. This field will then be available in LBWE to transfer to extract structure and will trigger the delta. The appropriate exit is mentioned in Roberto Negro's weblog on extractors here on SDN (am not on system so cant give you the LIS exit name).
    If that is also out of question, try what is described <a href="http://www.ko-india.com/content/weblogs/weblog_custom_fields_1.pdf">here</a>.

  • Word merge from Access 2010

    Hi, I want to be able to set the mail merge data source and get 'Object variable or With block variable not set in procedure...' at this line
    With wordDocument
    .MailMerge.OpenDataSource _
    Name:=gDbapp.Name, _
    ConfirmConversions:=False, ReadOnly:=False, LinkToSource:=True, _
    AddToRecentFiles:=False, PasswordDocument:="", PasswordTemplate:="", _
    WritePasswordDocument:="", WritePasswordTemplate:="", Revert:=False, _
    Format:=wdOpenFormatAuto, _
    connection:=connectionString, _
    SQLStatement:="SELECT * FROM 'qWordMergeDataSource' WHERE wmdsPrintId='" & sessionID & "'", _
    SQLStatement1:="", SubType:=wdMergeSubTypeAccess
    I have recorded a macro in Word to do this and the code snippet above is taken from this.
    Do you have any suggestions or recommendation to resolve this issue?
    Many thanks,
    Jonathan
    Jonathan

    Hi, sorry about the delay in responding.
    I should mention that the template is typically only opened from Access.
    When I use the Immediate window to examine the parts of the connection string and document properties, valid values are printed.
    I'm wondering whether part of the issue is that the connection string is limited to 255 characters. I have been adjusting the connection string to test whether a different combination makes any difference. No joy.
    connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;" & _
    "User ID=Admin;" & _
    "Data Source=" & gDbapp.Name & ";" & _
    "Mode=Read;" & _
    "Jet OLEDB:Engine Type=6;" & _
    "Jet OLEDB:Database Locking Mode=1;" & _
    "Jet OLEDB:Global Partial Bulk Ops=2;" & _
    "Jet OLEDB:Global Bulk Transactions=1;" ' & _
    "Jet OLEDB:Support Complex Data=False;" & _
    ' "Extended Properties=" & Chr(34) & Chr(34) & ";" & _
    ' "Jet OLEDB:Create System Database=False;" & _
    ' "Jet OLEDB:SFP=False;" & _
    ' "Jet OLEDB:System database=" & Chr(34) & Chr(34) & ";" & _
    ' "Jet OLEDB:Registry Path=" & Chr(34) & Chr(34) & ";" & _
    ' "Jet OLEDB:New Database Password=" & Chr(34) & Chr(34) & ";" & _
    ' "Jet OLEDB:Encrypt Database=False;" & _
    ' "Jet OLEDB:Don't Copy Locale on Compact=False;" & _
    ' "Jet OLEDB:Compact Without Replica Repair=False;" & _
    ' "Jet OLEDB:Bypass UserInfo Validation=False"
    Actually when changing the combination of connection string arguments I get the following error
    I am wondering whether this is the inner error? That is, I am running the access application that this template is wanting to use as a data source and the database is running in exclusive mode. I have tried 0 and 1 for the setting of
    Jet OLEDB:Database Locking Mode=1;
    But changing the setting to 0 does not change the outcome. Could running is exclusive mode be the cause and is there a workaround?
    Many thanks,
    Jonathan
    Jonathan

  • Can not open Word 2010 docx in Word 2013 from Outlook 2013 mail

    Hello,
    I got a mail on outlook with a word 2010 attachment in docx format.
    Open this attachment with double click will show only the welcome screen with the text Open in protected mode.
    With process monitor I could that word 2013 in an endless loop and tries to create the registry key
    "HKCU\Software\Microsoft\Office\15.0\Word\Options\Vprsu" in an loop.
    The result is always ACCESS DENIED.
    When I create this key manually there will be an loop to create the registry key
    "HKCU\Software\Policies\Microsoft\office\15.0\word\options\Assist".
    The result is always ACCESS DENIED.
    When I create this key manually. Word show the attachment immediatelly.
    Closing Word and open the attachment again will delete this registry key and the cycle starts again.
    Is there a hotfix available that will repair this?
    I think this is an error in word 2013 protected view.
    Disabling the protected view will help, but is not an good solution.
    Is there any other workarround?
    Screenshot from process monitor:
    Best Regards,
    Dieter

    This issue may occur if the default file associations for Word are damaged. You may repair Office 2013 to restore the file associations and check if that helps. Refer to the link below for more information. You may restart
    the computer once the repair is done.
    http://office.microsoft.com/en-us/project-help/repair-or-remove-office-HA010357402.aspx
    Note: Close all Office applications before you perform the repair.

  • Adding a merge field to an email hyperlink in a word 2010 email mailmerge

    I am using word 2010, excel 2010, and outlook 2010 to send out the following email with email mailmerge to 50 + people.
    The highlighted names in the greeting are two merge fields - First_Name and Last_Name.
    The hyperlink is an email hyperlink to the following email message:
    Will you attend?   ___ Yes   ___  No
    The hyperlink is as follows:
    I would like to place the merge First_Name Last_Name in the hyperlink to sign the RSVP email back to me. I have tried many modifications of the hyperlink code and nothing works consistently. It will place one name as the signer but will not pick up
    the following names the merge fields.
    I would like the final email hyperlink to look like this:
    Will you attend?   ___ Yes   ___  No
    Jody Smith
    Can anyone tell me how to add the First_Name Last_Name to the hyperlink email so that each ricipient's name from the original email will appear in the hyperlink email as shown
    above?
    Thanks!
    Ben

    Hi All,
    To help other community members who may have similar problem, I quote Peter Jamieson's answer here:
    (Edited a little...)
    I can get this to work here, but there are some things you need to pay attention to when merging to HTML email (rather than to new documents etc.).
    The Hyperlink field code I start with is as follows:
    { HYPERLINK }
    Insert that using ctrl-F9 to insert the special field brace pair { }, insert the Word HYPERLINK, then select the field and update it using F9.
    View the field code results (press Alt-F9 if necessary). In the English language version of Word you should see 
    Error! Hyperlink reference not valid.
    Important point number 1:
    Do not update the result of this HYPERLINK field again (i.e. don't select it and press F9). If you do, every email will always show the same link text. As
    far as I can remember, this behaviour is different when you merge to a document rather than email, or perhaps merge to attachments. This can be a problem if you need to update other fields in your email, or if the email is being used by other people who might
    (for whatever reason) update the HYPERLINK field
    Now modify the display text.
    Use the Arrow keys to move the insertion point so it is between the "E" and the "r" in the Word "Error", and type
    Click here to RSVP!
    Then you can select and delete the "E", and the "rror! Hyperlink reference not valid."
    Select the text and apply the Hyperlink style to it (Home tab of the Ribbon->Styles).
    When you toggle field code display using alt-F9, you should see the original field
    { HYPERLINK }
    Now click after the K of HYPERLINK and insert the following fields and text (or copy them from somewhere else):
     "{ SET x 1 }mailto:*** Email address is removed for privacy ***?subject=July%20Wine%20and%20Spine%20&body=%20Will%20you%20attend?%20%20%20___%20Yes%20%20%20___%20No%0A%20%0a%2{
    MERGEFIELD First_Name%20{MERGEFIELD Last_Name }"
    so that your field now looks like
    { HYPERLINK "{ SET x 1 }mailto:*** Email address is removed for privacy ***?subject=July%20Wine%20and%20Spine%20&body=%20Will%20you%20attend?%20%20%20___%20Yes%20%20%20___%20No%0A%20%0a%2{
    MERGEFIELD First_Name%20{MERGEFIELD Last_Name }" }
    As usual, all the {} need to be the special field code brace pairs that you can enter using ctrl-F9 on WIndows Word.
    At this point, experienced field users will have to resist the temptation to select the fields and update them. Dont do it!
    Save the document.
    Test the email merge. At this point, I would hope to see the results you want.
    If not, I do not know why this works OK on my system but not yours.
    Important point number 2 You may be wondering why
    there is a { SET x 1 } field inside the HYPERLINK code. It's because when you are working with a .docx, if you save, close and reopen your document, you may find that Word has resolved all the merge fields nested inside your HYPERLINK field (i.e. replaced
    the field codes by their results). This behaviour can appear arbitrary, and the reason that (for some reason), Word does not resolve the nested fields if there is a Word bookmark inside the HYPERLINK field. Now if the insertion point or selection ws inside
    the HYPERLINK field when you save/close the document, there will be a bookmark in there, because Word inserts a bookmark called _GoBack, which enables the user to go back to the previous selection. But if you click outside the HYPERLINK field before you save,
    there wil be no such bookmark and Word will resolve your field codes. So we put the { SET x 1 } in there to ensure that there is a bookmark (in this case, called X) to prevent that from happening.
    Alternatively, if you save as .doc format (not recommended these days if you can avoid it) Word does not resolve these fields and you don't need the { SET } field.
    And that's it. Whether that will be enough for your Merge to work as you hope, I cannot be sure, but all I can say is that without doing those 2 things, it almost certainly
    won't.
    [[I originally had a third thing. I actually now think it's incorrect, but I'm going to leave it here just in case.
    Important point number 3: If it does not work, there is
    at least one other thing that could be wrong, although I think it is highly unlikely. There is a Windows registry setting called FieldCalcSecurityLevel, which was introduced about 12 years ago when Microsoft made some security-related changes to the behaviour
    of certain types of field. I'm not going to step through how to look for that, but for example, in my registry, for Word 2010, it is at
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Options
    It may be elsewhere.
    If you cannot find that Option, or it is there and is set to the default value (1), then something else is wrong and I do not know what it is. However, if it is set to 0 (which
    makes Word use its original behaviour, you will have to set it to 1 to get this to work.
    Thanks for your understanding.
    Steve Fan
    TechNet Community Support

  • Importing Word 2010 Developer Dropdown fields

    I have been trying to import a form designed in MS Word 2010 with tabled containing Word Developer dropdown fields into LiveCycle Designer ES3. My OS is Windows 7.
    The process always fails.
    The importing Word Document begins with Converting Tables and within a few seconds i receive the message "Adobe LiveCycle Designer Word Import Filter has stopped working. A problem caused the program to stop working correctly. Please close the program."
    There are several dropdown fields in the Word document a few with 30-40 options to select from. Any assistance would be greatly appreciated as the time required to recreate the fields in LiveCycle would take at least a full day.

    Hi Markus,
    Could you tell me how did you go to "Layout" properties in step 6?
    Max Meng
    TechNet Community Support

  • 8600 FAX address book - Faxing from MS Word 2010

    HP Officejet Pro 8600 Premium e-All-in-One - N911n FAX
    When I FAX directly from Word 2010 / Win7Pro 64 desktop to the 8600, an address book of sort pops up.  I have several numbers in it now.  It’s there the next time I FAX.
    It is NOT speedial – that is empty except the factory inserted faxback number.
    I cannot find the software access to this address book.  I think back in the G85 days, one would just bring up the main printer software, click on FAX, and there was an entry for the address book.  I could be wrong – I didn’t use it much.  Didn't the software actually give you direct access to the speeddial?  BTW - what a pain - how many steps to get to speeddial on the 8600?  about 312?
    Anyway – what is this address book, and how do I get software access to add/edit etc.  Or, do I have to pretend to want to send a FAX to get to it everytime?
    All software and drivers current to last week.
    [man, ain't this printer the greatest - i made the mistake of buying my first and last Lxxxxxk a few years ago  - this 8600 printer worth every penny - those that make a BIG fuss about their ink economy - NOT.  the 8600 ready to go no matter how long it's been sitting.  That was the only non-HP printer i have bought in my 40+ years of using printers - thanks, HP.]
    (it said i had invalid HTML - and it changed the message - I can't see it)

    Hi mrcnidaria,
    Welcome to the HP Forums!
    I understand that you cannot fax from within a Word document on your Mac OS X 10.7.5 with your HP Officejet Pro 8600, ever since upgrading from Mac OS X 10.6.5. I am happy to help you with this issue!
    Please try the following solutions:
    Reset the printing system. Mac OS X: How to reset the printing system.
    Verify and repair disk permissions. Disk Utility 12.x: Repair disk permissions.
    Uninstall the software. Uninstalling the Printer Software.
    Re-install the software. HP Officejet Pro Full Feature Software and Driver - Mac OS X 10.6, OS X 10.7, OS X 10.8.
    Hope this helps you resolve your issue, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Preserving links in eBook made from Word 2010

    I´m making an eBook - in PDF - from a Word 2010 document, using Acrobat Pro XI. (I recently became a Creative Cloud member, so for my next eBook I´ll probably use InDesign, but now it´s Word).
    I´ve checked that the setting "Rich Content PDF" is located in the Settings folder, since I presume that´s the best setting to use for an eBook.
    (The file contains one coloured jpg for the cover and some black/white illustrations in emf and tif formats.)
    I have searched the web and of course Adobes own help sites for updated instructions on making eBooks (and securing them) with Acrobat, since the eBook media developes so fast these days, but I´m not overwhelmed by what I find.
    I have to types of links in the book: 1) weblinks to the publisher etc. - and 2) document links in the Table of contents.
    The last type is of course supposed to lead the reader to chapters, and they work just perfectly in the Word file, by means of field codes behind the pagenumbers and bookmarks in the document. All links are in the Word file activated by "click only".
    PROBLEM: After converting to pdf, using the rich content setting, only the weblinks work! No reaction in the TOC pagenumbers. Why?

    Which version of Acrobat are you using?

  • PDF From MS Word 2010 Reported Bug Still Exists

    I need to create a PDF file today that contains images in a MS Word 2010 document.  There is a bug in Acrobat XI Professional  that I reported months ago.  This bug is still here, and now I need help.  Can anyone tell me what I can do to fix this issue?
    Here is what happens, and I just reproduced this problem I found awhile back.  As I stated, I did report it, but this issue is still here!
    I am creating a user guide for software.  I insert BMP images that are screen shots.  On any page where a BMP image exists within Word, the resulting PDF document does not allow selecting of text in Acrobat Reader XI.  The selection goes totally insane and highlights random text through the entire page.  This is a software defect for certain.
    My question is can I easily fix this with minimal time?  I had to fix this last time by removing all images from MS Word and instead pasting the image in Acrobat XI.  When I do this, selecting text works.  The problem with this bug work-around is that this take lots of time (that I do not have).
    Help please???

    I found something even better.  There is a non Adobe PDF creator on my office computer that correctly creates a PDF.   The issue is within PDF creation, because I am using Acrobat Reader XI and selecting text with no problem at all.
    I did not have to change a thing other than not use Adobe Acrobat Professional to create the PDF.  The software that works correctly where Adobe's own fails is called PDF Xchange Driver by Tracker Software Products LTD.
    ...and as I already stated, I reported this issue many months ago...

  • The bullet list, numbered list and the normal text is not converting when I am converting from RH 9 to MS Word 2010

    Hi all,
    Greetings for the day
    I am created a new CSS in Robohelp 9. I have also created a new template in Word 2010. The style sets for different information elements like (Heading, bullets, body text, ) are more or less same between the CSS and the new templates. I am also able to map the .css styles to Word template when I am converting from RH to Word as I am getting the necessary option in the drop-down list.
    However, when the output is generated, the bullet, the numbered list and the body text is not converting at all. The body text works sometimes. However, the numbered list and bullet list is coming out as images.
    If anybody knows the solution, I can share the .css and Word template.
    Thanks in advance.
    Regards,
    Parag Deb

    Create a new project with two or three topics containing lists of both types. Generate a printed output that shows the problem. Then zip it up and send it to me. See the Contact page on my site for instructions.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Hyperlinks not converting when creating a pdf from Word 2010 to Adobe Acrobat 11.0.6

    First off, let me say that these are not table of contents hyperlinks.  I have created a document in Word 2010 (not a MAC) with hyperlinks to files residing on our company's intranet.  In Word the hyperlinks work great but when I create the pdf, the links do not work.  I have converted using both PDFMaker from Word and Create a pdf from within Acrobat.  Yes, I have all the boxes checked regarding saving links.  The links appear to work partially.  Meaning that when I hover the cursor over the link, the pointy finger appears but when I click I get a pop-up message telling me the file could not be opened.  Also, when I hover over the hyperlink, the address appears.  So, I think it knows there's a link and it tries to open but can't.  When I create the file within Adobe the link works - once.  When I click on the link I get a pop-up window asking me if I want to save my file before closing.  After my response the file closes and the linked file opens.  However, when I go back into the file and try the hyperlink again, I get the pop-up telling me the file cannot be opened.  HELP!  I am at my wits end.  After spending hours yesterday trying to research (I think I read every thread related to hyperlinks but I am not using a Mac, table of contents or Adobe 7 around which it seems all the prior questions revolve) and futily creating and recreating the pdf (as if doing the same thing repeatedly would somehow magically work) I am about to give up.  This is a document that will be published to our intranet for use by employees which cross-references other documents to which they can refer for additional information.  I would prefer to publish a pdf and not a Word document.  Any suggestions would be appreciated.

    Thanks for your input Bill. I've checked the preferences and "view large images" is turned on. It's not all of the images which are missing, only certain ones do not transfer over to PDF.

  • Can't open Pages files from iPad in Word 2010 on PC

    I have not been able to open any files created on my iPad (iOS 6.0.1) with Apple Pages in Microsoft Word 2010 on Windows XP Pro and hope someone can suggest a solution.
    I am emailing the files as attachments (.docx files)  When I try to open the file on my PC, I get an error message when I open them in Word that says:
    Word was unable to read this docuemnt.
    Try one or more of the following:
    * Open and repair the file.
    * Open the file with the Text Recovery converter. (C:\Users\...\name of file.doc)
    In addition, I tried to open the .docx file in Openoffice.org 3.4.1 and it got a read error.
    Any suggestions? Is there any kind of plug-in/add-in for MS Word 2010 that would correct the problem?
    Thanks,
    Rich
    Additional: Pages was purchased today from the App store; iPad is Gen4 a couple days old

    So...I have played with it more.  Simple documents work most of the time.  But if I take a more complex doc to Pages, edit it and save it as a Word doc then trasnfer it back to  PC or Mac it will fail to open.
    Would be nice if I could trust the App.  WIll mess more with it but it is very frustrating.
    Rich

  • Saving Files from Word 2010 into SharePoint 2010 document library deployed as a sandbox solution gives "Web page no longer exist" Error 410

    Created a new SharePoint 2010 List Definition project, Sandbox deployment option. List Definition type: Documents Library. When attempting to save into the document library from Microsoft Word 2010 I get "The webpage no longer exists" error in
    the File Save dialog
    If I change the type of the solution to Farm solution it works as expected.
    IISLOGS:
    2013-12-19 10:12:01 127.0.0.1 PROPFIND / - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 35
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 26
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites/team1 - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 30
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites/team1/Lists - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 32
    2013-12-19 10:12:01 127.0.0.1 POST /_vti_bin/shtml.dll/_vti_rpc - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 200 0 0 10
    2013-12-19 10:12:01 127.0.0.1 HEAD /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.*&location=Lists/ListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 0 0 6
    2013-12-19 10:12:01 127.0.0.1 HEAD /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.*&location=Lists/ListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 1 2148074254 2
    2013-12-19 10:12:01 127.0.0.1 HEAD /_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.*&location=Lists/ListDefinitionProject1-ListInstance1 80 0#.w|domain\username 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 200 0 0 23
    2013-12-19 10:12:01 127.0.0.1 GET /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.docx&location=Lists%2FListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 0 0 10
    2013-12-19 10:12:01 127.0.0.1 GET /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.docx&location=Lists%2FListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 1 2148074254
    2
    2013-12-19 10:12:01 127.0.0.1 GET /_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.docx&location=Lists%2FListDefinitionProject1-ListInstance1 80 0#.w|domain\username 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 410 0 0 34
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites/team1/Lists/ListDefinitionProject1-ListInstance1 - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 36

    Hi,
    According to your post, an error occurred when you used the custom Documents Library(List Definition using sandbox solution).
    Please check whether you have removed <ContentTypeRef/> in the <ContentTypes/> tag of Schema.xml file in your project.
    Here is a sample about list definition deployed as a sandbox solution, you can take a look at:
    http://sharepointbuzzer.com/2010/10/21/list-definition-using-sandbox-in-sharepoint-2010/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Reading documents in Word 2010 from an external hard drive on my new HP 8.0

    I have a new Windows 8.0 computer.  I have multiple Word 2010 documents stored on an exteral hard drive that I need to access.  How can I do this?  I am given the options to use to open the documents but I don't know what to use.  Help!!!  I tried a few, like notepad, but it isn't readable.  I am not very computer savy, so please be simple with directions.
    Thanks in advance for your help!

    Hi,
    WPS office is compatible with Office 2010.
    Try right-clicking on the document
    Select open with, then choose default program
    Find the WPS word or excel executable and select it to open the document.
    You may have previously changed what default program is used to open the document
    Jaco
    Errare humanum est.

Maybe you are looking for

  • Yoga Tablet 10" - update to Android 4.4 and further problems with Google Music

    Hi everyone. I've just upadated my Yoga Tablet 10" to Android 4.4. Whole process went smoothly but afterwards I'm experiencing some problems with Google Music. Playback is "skippy" or "choppy", even if whole song is downloaded. Every 15-25 seconds th

  • Value field in web form

    Hi I want to put a default value in a web form feild but when a user clicks the form field the value disappears to allow them to input their text. How is this done? I tried adding  value="text" but this make the value permanent and has to be deleted

  • Check box to copy text from 1 field to another

    I am trying to use a check box to copy the tech from a billing address text box to a shipping address text box only if the check box is checked. I am new to using java and building forms in acrobat so please understand. I have googled and tried to im

  • International calls via Hub phone

    I'm sorry if this is something that has been discussed before but this is my first posting on these forums so bear with me! I recently changed to BT Broadband for my ISP and signed up for Broadband Talk as part of the phone package having been told t

  • Most SharePoint DBs are not supported with AlwaysOn for Disaster Recover?

    Hi ... I'm in the middle of testing and assessing DR site for our SharePoint MSQQL instance. I found a lot of talking about ALwaysOn. I try to figure it out. It is nice and easy, combine DR and HA in single solution- Wow. After proceeding with some r