Create Dependent Drop-Down List in Word - Fillable Forms Microsoft Word

HOW TO CREATE A DEPENDENT DROP-DOWN LIST IN MS WORD 365 - LEGACY TOOL DROP DOWN FORM FIELD WITH VISUAL BASIC CODE // Watch this video to create a drop-down fillable form field in Word that limits the choices for users to select from, depending on how they answered a previous question. Make your form simpler for users and minimize errors in users selecting the wrong options by implementing this dependent drop-down list in your fillable form as applicable.
**YOU WILL NEED TO SAVE YOUR DOCUMENT AS A "WORD MACRO-ENABLED DOCUMENT (.docm)"
No prior knowledge of Visual Basic code is needed. Simply watch this video and use the code, highlighted in the video, that is pasted below. Be sure to follow all the steps and instructions in the video so you'll know how to modify this code to fit your particular needs. Here is the Visual Basic code used in the module in this video. Remember to replace "ddStatus", "ddSurvey" and anything in quotes with your own form field bookmark labels and drop-down list options respectively.
Sub PopulateddStatus()
Dim xDirection As FormField
Dim xState As FormField
On Error Resume Next
Set xDirection = ActiveDocument.FormFields("ddStatus")
Set xState = ActiveDocument.FormFields("ddSurvey")
If ((xDirection Is Nothing) Or (xState Is Nothing)) Then Exit Sub
With xState.DropDown.ListEntries
.Clear
Select Case xDirection.Result
Case "Active"
.Add "Completed"
.Add "In Progress"
.Add "Not Started"
Case "Inactive"
.Add "Do Not Engage Employee is Inactive"
End Select
End With
End Sub
_________
**BE SURE TO WATCH FILLABLE FORMS VIDEO PART 1: • How To Create A Fillab...
**BE SURE TO WATCH FILLABLE FORMS VIDEO PART 2: • Make Fillable Forms in...
TIP: To ensure the Developer tab is visible in MS Word so you can insert form fields, follow these steps:
1) Right Click on the Ribbon area and select "Customize Ribbon"
2) The Customize Ribbon and Keyboard Shortcuts window opens
3) On the right hand side under "Customize the Ribbon - Main Tab" ensure the "Developer" checkbox is selected, then click OK.
__________
FREE DOWNLOADS:
✦ Visit mailchi.mp/6a0859ea0844/sharo... to sign-up for my e-mail list and get FREE downloads of super helpful spreadsheet formulas, dashboards and Org Chart templates for HR professionals.
__________
CONNECT WITH ME:
Visit my website: www.sharonsmithhr.com for more information, tools and resources.
LinkedIn: / sharonsmithhr
Twitter: / sharonsmithhr
__________
NOTE: If you found this content helpful, please consider donating to my channel from this PayPal link: www.paypal.com/cgi-bin/webscr.... Your donation, no matter what amount, is greatly appreciated and goes towards producing content that enhances your productivity and elevates your skills. Thanks for supporting this channel!
__________
RESOURCES:
✦ JotForm: www.jotform.com/pricing/?utm_...
I use clip art and templates from PresenterMedia and I highly recommend them. They have an amazing selection and excellent terms. Here is an affiliate link: shareasale.com/r.cfm?b=417324...
Some links included here are affiliate links. If you click on these links and make a purchase, I may earn a small commission at no additional cost to you. Thanks for supporting this channel!
__________
KEYWORDS: #MSWord, microsoft word tutorial, create fillable forms, dependent drop down list in word, fillable forms in word, microsoft word legacy tools, microsoft word legacy tools form fields, enable developer tab, visual basic in word, visual basic code for dependent drop-down list, visual basic module example, word productivity tools, word macro enabled document, dependent drop-down form field, Sharon Smith HR, @SharonSmithHR
__________
PLAYLISTS:
➤Creating Fillable Forms: • How To Create A Fillab...
➤ Excel Tutorials for HR: • Microsoft Excel Tutorials
➤ Excel Quickies (Around 2 Minutes): • Excel Tips & Tricks
➤ Word Tutorials for HR: • Microsoft Word Tutorials
➤ Welcome | About Me: • Playlist

Пікірлер: 365

  • @geshauminskiy7781
    @geshauminskiy7781 Жыл бұрын

    Thank you! Video is straight to the point with fantastic visuals, great editing. Wish all tutorials were this productive.

  • @SharonSmith

    @SharonSmith

    Жыл бұрын

    Thank you so much for the nice feedback, Gesha! I'm glad you find my videos helpful. Thanks for watching!

  • @musicmusicalmusic
    @musicmusicalmusic2 жыл бұрын

    This was by far the best instructional video on this topic. I watched so many other videos trying to understand how to use the dropdown menu

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    That is awesome to hear! So glad you found my video helpful. I try to be helpful and to the point. Thanks for watching!

  • @spartyonhaji
    @spartyonhaji2 жыл бұрын

    thanks for the video...it's exactly what I was looking for and you even made the Visual Basic part painless!

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    Glad you found it helpful, Benjamin! Thanks for watching!

  • @renyirish
    @renyirish3 жыл бұрын

    This is incredibly helpful!!! Thanks a lot for your straight forward explanation!

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Glad to help! Thanks for watching!!

  • @nathandobratz7071
    @nathandobratz70714 жыл бұрын

    Great video. Extremely well thought out and user friendly.

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Thank you so much Nathan! Glad you found my videos helpful. Thanks so much for watching and taking time to leave a nice comment. Take care!

  • @SharonSmith
    @SharonSmith4 жыл бұрын

    This video was inspired by one of my viewer's questions after watching my other videos on creating fillable forms. Thanks for the great questions and be sure to leave comments or share tips below. You can access my other fillable form videos Part 1 (kzread.info/dash/bejne/i5-ovJV7XdffodY.html) and Part 2 (kzread.info/dash/bejne/oJOCy8GfmpCXZZs.html) from my channel. A huge Thanks to all my subscribers! Thank you for watching!

  • @anakjantans4

    @anakjantans4

    4 жыл бұрын

    Amazing

  • @danielr4398

    @danielr4398

    4 жыл бұрын

    This is great. Thank you. I have another problem in the same vein as this and I can't figure out how to do it. Do you know how to get text from a text-form-field to appear as a selection in a drop-down field box? For example, I have a form where the user has to fill in the names of their employees in text box fields. I then ask the manager to select the "best" or "hardest working" individual in their store. The goal is to have the names (as they were typed in the field) to appear in a drop-down box. I know it has to be a macro, but I don't know how. This has been driving me crazy for years. This has so may uses for so many different fields. Please help.

  • @debbieburnette1582
    @debbieburnette1582 Жыл бұрын

    This was amazing! I've been spending a day on LinkedIn Learning trying to figure out how to do this exact thing and you taught me in minutes. Thank you!

  • @SharonSmith

    @SharonSmith

    Жыл бұрын

    That is great to hear! I'm so glad you found my videos helpful. Thanks for watching and for subscribing to my Channel!

  • @virgilmanolache8448
    @virgilmanolache84483 жыл бұрын

    Hi Sharin, tons of thanks for these videos, you're a lifesaver. I do need your help further though and I am sure more of us do... We would need the code / tutorial to see how we can hide or show a field based on user choices from a dropdown list. I'm struggling bad at it.... thanks!!

  • @Fuzzie_bear
    @Fuzzie_bear3 жыл бұрын

    Thank-you Sharen, This video was very helpful!

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    You are very welcome, Mike! Thanks so much for watching!

  • @p-cide4857
    @p-cide48573 жыл бұрын

    You are just too good Sharon. Thanks for the resource. You now have a new subscriber. I normally build this kind of form in Adobe Acrobat and Livecycle, now trying to explore MS Word.

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Hi P-cide! Thanks so much for subscribing to my channel and watching my videos. I'm so glad you find them helpful. Yes, as long as your users can open your form in MS Word, it is a great option to create fillable forms. I appreciate you taking time to leave a comment! Take care!

  • @alialbayati9368
    @alialbayati93684 жыл бұрын

    Very informative and easy to do, thank you so much.

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Thank you very much Ali! I'm so glad you found this video helpful. I have some more videos coming out soon that I'm working on that are related to other viewer's questions on creating fillable forms. Thanks so much for watching and taking time to leave comments! Take care!

  • @LoveGOdess7
    @LoveGOdess73 жыл бұрын

    Thank you so much this was really helpful.

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    You are very welcome Zeljka! Glad you found it helpful. I also have another video that shows how to set up multiple levels of dependent drop downs: kzread.info/dash/bejne/Z2iYtayum8XLY84.html Thanks so much for watching!

  • @missnae703
    @missnae7034 жыл бұрын

    Great video!!! Instant Sub!

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Thanks so much!! Glad you found my videos helpful and thanks for leaving a comment and subscribing! Take care!

  • @SueChenTranslationpluss
    @SueChenTranslationpluss3 жыл бұрын

    Very helpful tips. Thank you very much!!!!!!

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    You are very welcome! Thanks for watching!

  • @othomiley4120
    @othomiley41202 жыл бұрын

    Thank you Sharon, This helped me a lot. My script was much longer than this one but the basis was perfect.

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    Glad to help! Thanks for watching!!

  • @XLnCADMalayalam
    @XLnCADMalayalam4 жыл бұрын

    Thanks for this Information. Didn't know that Dependent Drop Down Menus are possible in Word.

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Glad you found this video helpful! Thanks so much for watching and taking time to leave a comment. Take care!

  • @mandyreno9564
    @mandyreno95643 жыл бұрын

    This was SOOO helpful!!! Thank you so much for sharing this in an easy to understand and straightforward video. You saved me sooo much time trying to code.

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Hi Mandy, thank you! I'm so glad you found it helpful. I have another video on multiple level dependent drop-downs in case you are interested: kzread.info/dash/bejne/Z2iYtayum8XLY84.html Thanks for watching and taking time to leave a nice comment, I appreciate it!

  • @denverdanny3381

    @denverdanny3381

    2 жыл бұрын

    i guess im asking randomly but does anyone know a trick to get back into an instagram account?? I stupidly forgot my login password. I would love any help you can give me

  • @landennixon9532

    @landennixon9532

    2 жыл бұрын

    @Denver Danny Instablaster ;)

  • @denverdanny3381

    @denverdanny3381

    2 жыл бұрын

    @Landen Nixon I really appreciate your reply. I found the site through google and I'm in the hacking process atm. Looks like it's gonna take a while so I will get back to you later with my results.

  • @denverdanny3381

    @denverdanny3381

    2 жыл бұрын

    @Landen Nixon it worked and I now got access to my account again. I'm so happy! Thanks so much you really help me out :D

  • @medicalcoder9463
    @medicalcoder9463 Жыл бұрын

    Yes it is helpful! Thanks a lot!

  • @SharonSmith

    @SharonSmith

    Жыл бұрын

    Glad you found it helpful! Thanks for watching!

  • @lovelace0586
    @lovelace05869 ай бұрын

    Great, that was my want, thank you.

  • @SharonSmith

    @SharonSmith

    8 ай бұрын

    Glad to help! thanks for watching!

  • @mbhazimangoveni3068
    @mbhazimangoveni3068 Жыл бұрын

    Great work, I am a big fan.

  • @SharonSmith

    @SharonSmith

    Жыл бұрын

    Thank you, Mbhazima! Thanks for watching my channel!

  • @nitinule
    @nitinule3 жыл бұрын

    Loved the Tutorial and the way you explain. Subscribing. Best wishes from Mumbai

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Thank you so much for subscribing and watching my videos! I'm glad you like them and find them helpful. Best wishes to you too! Thank you!

  • @drjulie7460
    @drjulie74602 жыл бұрын

    Hi Sharon! A coworker recently introduced me to your channel and it is AMAZING!! Your tutorial videos are so well done, easy to follow and a game changer! I am working on a form with dependent drop downs, I was able to successfully follow your tutorial and make the basics work. I have two questions. I have a long list of categories (parent), some of which have sub-categories (child). However there are some categories that do not have a sub-category, so I want the sub-category box to not have any selection available for those categories and be greyed out with no ability to click on it. How would I code that? My second question is, this list of categories and sub-categories is quite long. Do I just make one long set of code for the module? Or would it be better/preferred to make a different module for each category/sub-category pair? Thanks again, your channel is awesome!!

  • @nitroflamegtsyt3964
    @nitroflamegtsyt39643 жыл бұрын

    Great tutorial..

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Thank you for watching my videos Richard! Glad you found it helpful!

  • @RobinsonsWorld2020
    @RobinsonsWorld20204 жыл бұрын

    Very informative video. First time watching dependant drop-down list and vb coding for word.!!

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Thank you so much! I'm glad you liked it. You have a great channel and I like your new channel art. Thanks for watching!

  • @RobinsonsWorld2020

    @RobinsonsWorld2020

    4 жыл бұрын

    Sharon Smith Thank you for your comment. Sorry, you won’t understand my language, it is Malayalam. If you like, please subscribe my channel. I have few videos in English too !

  • @marieferrante4962
    @marieferrante49622 жыл бұрын

    Hi Sharon! This video was SO helpful, I'm really loving your channel!! Quick question, if I'm making a table that has 12 rows and each row needs to contain a dependent drop-down list, how can I copy and paste to each row so that I don't have to go through the VBA 12 times. Thank you!!!

  • @MrEms333
    @MrEms3334 жыл бұрын

    Excellent

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Thank you so much for watching and leaving a comment! Glad you found this video helpful!

  • @raitup00
    @raitup004 жыл бұрын

    Great video! Me suscribo al canal. Saludos.

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Thank you! Glad you liked this video. Gracias por suscribirte a mi canal y gracias por tu comentario!

  • @maverick19_
    @maverick19_2 жыл бұрын

    Thanks for the awesome content Sharon, appreciated. Please advise how can I create a multiple dropdown list. For e.g I want to have multiple employee names on the dropdown list without going in each time to seperately create/add them. Am I able to perhaps export the employee list into the dropdown list? Thanks,

  • @paulburns6110
    @paulburns61102 жыл бұрын

    This is awesome thanks. As a mere stale pale male, who's fond of excel, I found it far too clunky for ease of use. The word option is a lot more streamlined. It's a game changer.

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    Glad you found my videos helpful, Paul! Thanks so much for watching!

  • @moondriftstar7482
    @moondriftstar74822 жыл бұрын

    Hi Sharon, thanks for the vid. Apologies if I'm reapeating a question (I couldn't find the answer below). Is there a way of naming the child list prior to making a selection in it? The reason I ask, is that I am using the dropdowns to write reports, so I have removed the "form field shading" - which then means the child list is not visible until you put a cursor on it. That's fine if it is just me using it, but it's a bit more difficult if I give it to other to use.

  • @cassandramaygerman6793
    @cassandramaygerman67932 жыл бұрын

    Hello! New subscriber here. I don't have any VBA background and found this very useful! Quick question, if i were to make dependent combo boxes in Outlook custom forms, how would the code look like? Many thanks! 🙏❤️

  • @georgiealderdice1923
    @georgiealderdice19233 жыл бұрын

    Thank you so much for sharing this Sharon, it really helped! I would like to ask how i make a drop down list that isn't dependable and is just to choose one of the items out of the list (for example just selecting the bank we will do a loan through)

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Hi Georgie! You can simply insert a legacy tool drop-down form field and open properties by double-clicking and then just list the drop-down answer options you want and "add" them. You don't need to use any VBA code or anything to create this. Here are some more videos in my Creating Fillable Forms playlist that will show you how to do this. I hope it helps! Thanks so much for watching! kzread.info/head/PLb80efKTbWuOe1LfFMNExEabkRkB5ehcv

  • @dickbratcher1250
    @dickbratcher12503 жыл бұрын

    Hi Sharon, this video was very helpful. I'm trying to create a dependent drop down list in a repeating section in Word 2016. This isn't working, which I assume is because there are then multiple instances of the parent and child drop down list. Is there a way to get the functionality I want, which is to be able to add rows to a table that allow selection of different parent and child list items in each row?

  • @nicoleh546
    @nicoleh5463 жыл бұрын

    Thank you so much for the informative video!! I had to play around because there were differences on Mac Word. For anyone else looking for Mac instructions: Adding Developer tab: Word (left of File) Preferences Authoring and Proofing Tools Ribbon & Toolbar Main Tabs Developer In Developer: Combo Box (in Ribbon) Options (in Ribbon) Visual Basic (in Ribbon) Insert Module Paste the code (edit) Protect Form (in Ribbon)

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Thanks for sharing the info for Word for Mac! Thanks for watching!

  • @rogersaunders5825

    @rogersaunders5825

    2 жыл бұрын

    @@SharonSmith Hi Sharon, thanks for the excellent video. I have a set of business names and associated addresses that I used your code to allow users to select the business name and the associated address would be displayed. I used a Windows machine to develop the solution and the result works perfectly on that laptop. On the MacBook Pro however, it does not. Only one address is shown (constantly). Is this a compatibility issue do you think?

  • @sarahbonello1826
    @sarahbonello18264 жыл бұрын

    Great thanks! I would like to have larger bodies of text as a drop down option, is this possible in word? Depending on the doc they are creating depends on the legislation wording they need, I want to give people the option to select the legislation from the drop down so it inserts in their doc. Any ideas much appreciated.

  • @basmabayoumi2732
    @basmabayoumi27323 жыл бұрын

    Thank you for such a video. If there were categories to certain services and each service has few points as details, how would I create a sub-DD list under the service category's list?

  • @alicjajakubowska9544
    @alicjajakubowska95443 жыл бұрын

    Your films are very helpful! Thanks to You I became fan of MS Word. You make a graet job! Could You tell me if there is a possibility to fill drop-down list with subscript? I want to make a list with stuff like K_z etc

  • @IrishMcCheez
    @IrishMcCheez2 жыл бұрын

    Your videos are very clear & understandable and I love the content! I have a question - maybe you could help? How do I add a dependent text box based on a drop-down list? For example, if they choose 'Other - Please explain.' I want the input text box to normally hide unless the 'Other' option is selected. I've spent 3 days trying to find the answer through Google & KZread and don't understand why I haven't found an answer. Maybe I'm phrasing the question wrong. By the way, your thumbnails are the best! (The ones for your videos, not the ones on your actual thumbs.)

  • @amandametz4888

    @amandametz4888

    Жыл бұрын

    Does anyone have an answer for this?

  • @c0urtzz1
    @c0urtzz12 жыл бұрын

    Thankyou so much, this is so helpful!!! Is there a way to include colouring as well in this code? In my word doc I have a table format, and I am trying to find a way to colourfill the boxes in depending on the first selection (so for this example if Active was selected how could I autofill the box green, and if Inactive was selected how could I tell it to autofill the box red)?

  • @chrisnaidoo4596
    @chrisnaidoo45962 жыл бұрын

    Thanks for these great videos! One question: 1 - Can I create a drop down list where the user can select multiple options using check box selection for the Parent field/s and dependent on which field/s are checked, then a corresponding section of required fields needs to be displayed and so on....? Example is Section A, Section B, etc.

  • @ofergoren2301
    @ofergoren23012 жыл бұрын

    GREAT!!! Professional and helpful! Thank you! Could you tell me how to create a numbered list in a "Free text" field -- every time the user hits Enter

  • @nancyv.7254
    @nancyv.7254 Жыл бұрын

    Your videos are great! Very detailed and well explained. Thank you. I do have a question, what if there's only a portion of the document that is a drop down form, the remaining sections are free text field and can be modified? By Restricting Editing, no other changes to the entire document is possible. Is there a way to only restrict editing on the drop down?

  • @ThatSavvySpecialEducator

    @ThatSavvySpecialEducator

    Жыл бұрын

    I'm wondering this as well!!! I usually use Google docs which makes it super easy to insert dropdown menus within a table. Microsoft Word seems behind the times in this area. I am using a MacBook Pro, and the developer ribbon options look different.

  • @abhishekgautam8879
    @abhishekgautam88792 жыл бұрын

    Great video, thanks, Can you do a video to demonstrate how we can have an expandable/collapsible Heading and its content on the checked and unchecked status of a Checkbox. It would be greatly appreciated. Thanks in advance.

  • @ecllalle
    @ecllalle2 жыл бұрын

    Thank you for the tutorial and the VBA. However, i made this for a form in work today and I have to select the required option in the first drop down at least TWICE for it to load properly in the second drop down. I have quite a few options in each drop down. is it due to this? Is this quite limited on how many options to have? Or is there anything else i can look for?

  • @iriselbers4705
    @iriselbers47053 жыл бұрын

    Hi, I love the clear ways you explain everything. Question: if there is just one option, is there a way to have this automatically pop up instead of having to click and select the one option?

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Hi Iris! Are you referring to having text appear based on filling in a form field? If so, I have a video on this topic: kzread.info/dash/bejne/iIOEuMORgs25k6w.html I also have a video on how to link text to appear based on a drop-down selection. If there is only one, you can set the the option to default as the first choice: kzread.info/dash/bejne/h3l8x7auppjad5M.html. I hope this helps! Thanks for watching!

  • @belindaschouten3060

    @belindaschouten3060

    3 жыл бұрын

    yes I want this too :-)

  • @kamoyfarrington3139
    @kamoyfarrington31394 жыл бұрын

    This video was a huge blessing, thanks for posting! I have an issue and hoping you can help me. I'm creating an interview guide, where a manager can select a competency and then select one of the loaded questions specific to that competency (dependent drop-down). Some of my interview questions are long and when selected, they continue on the same line and I cannot see the end of the sentence. How do I force the sentence to go to the next line?

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Hi Kamoy! Thank you so much for your nice comments and I'm so glad you found my videos helpful. I did some research to try and solve your issue, however I have not found that it is possible in Word to have text wrap from within the drop-down selection. From what I have read, there are not many easy solutions out there that offer the ability to have paragraph-like drop-down answers (longer than one line) in Word, but it also seems to be an issue in other solutions as well. One thing you might consider if you know Excel very well, you may be able to create your form in Excel. You can design the format of the spreadsheet by merging cells and using borders and you can hide tabs that might contain your data. I'm working on tutorials on Excel forms in the near future and perhaps this can help you. I wish you luck with your form! Thanks again for watching and taking time to leave a comment!!

  • @zbxg
    @zbxg4 жыл бұрын

    Wow! This is awesome! Can you also change the color of the dropdown? TIA.

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Hi Zeke! Thank you! Glad you found my video helpful. Yes, you can format the text color of a legacy tools form field by selecting the form field and then on the home tab under the font area, you can select a different font color. For the font color to show up, you have to turn off the legacy tool form field shading (this video shows you how to turn off the shading): kzread.info/dash/bejne/qJWb2bJuetbcZ84.html When you are done formatting your form and you start enforcing protection to "filling in forms" you can test that this works for you. You'll see that users can select from the drop-down and whatever font color you set will appear. Hope this helps! Thanks so much for watching!

  • @daveflores7250
    @daveflores72502 жыл бұрын

    Sharon, this was of great help and is much appreciated. But I have a issue where my child fields are coming up bold, how do I prevent this from happening?

  • @eliweiss8859
    @eliweiss88594 жыл бұрын

    Great and informative video Sharon. Thank you for sharing. I was wondering if you can help lay it out a little further for me. I am trying to create a Word form (a Fax cover sheet actually) where I would have a drop-down of several recipient names and I am trying to have their phone # and fax # auto-populate or auto-fill based on the name selection. Is that possible?

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Hi Eli! I would recommend you create your fax cover sheet template in Excel instead of Word in order to easily auto-populate phone # and fax # based on a selected name from a drop-down field. You can merge cells as needed to format your page so that when printed, you wouldn't know it was an Excel spreadsheet. You would use Data Validation to create your name selection drop-down and then use VLOOKUP to populate cells for Phone and Fax based on the name the user selects. I will work on a video to show how to do this. It would be difficult to try and create this in Word. Thanks so much for watching my videos! Take care!

  • @derricklett3652
    @derricklett36524 жыл бұрын

    Hi Sharon. Enjoying your video as a new subscriber. What version of Word are you using to create this form?

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Hi Derrick! I'm glad you enjoyed this video. I use Office 365 so it is the latest version of Word (2019 I believe). I have some other videos in my Word playlist on How to Create Fillable Forms you may find helpful. Thanks so much for watching and leaving a comment.

  • @amenaesmail9455
    @amenaesmail94553 жыл бұрын

    Hi Sharon, Great Video, really helpful! I was wondering, can you do a dependent drop down with the combo box option rather than the legacy tool drop down option? I want to have a title for the text that would be chosen however the 'display name/value' in the modify option does not work how I thought it would have.

  • @bobglover3119

    @bobglover3119

    2 жыл бұрын

    Hi, did you ever get a reply for this question, i know exactly what your looking to do.

  • @ella7650
    @ella76502 жыл бұрын

    Hi Sharon, Thanks for this video. Is it possible to have a bullet list in the child section? .Add " - A - B - C"

  • @TheCoupleholicCanada
    @TheCoupleholicCanada2 жыл бұрын

    Hello Sharon thank you for such an informative videos. If you can make a video on how to auto-populate information to another page by selecting drop-down options in MS word which is VBA enabled. For example table with drop-down is on first page and have macros, how we can have the same information copied over to the 4th page of the same word file. Looking forward for the same. Thanks

  • @dfrazier4604
    @dfrazier46044 жыл бұрын

    Hello! Great video. I was wondering if you have a video that tells you how to create a fillable questionnaire that if you answer Yes it will add additional questions to be answered or provide a box to provide answers other than yes/no. Thank you!

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Thank you, I'm glad you liked this video! I don't have another video yet with those more advanced features. I will let you know when I have new ones out. I also started a playlist on my channel for videos related to filling in forms. I'll look into this and see if I can make a video on this topic soon. Thanks so much for watching and taking time to leave a comment. Much appreciated!

  • @debbiewinsett4000
    @debbiewinsett40003 жыл бұрын

    Thanks for these great videos! Two questions: 1 - Can I create a drop down list where the user can select multiple options? 2 - Can I add an Excel worksheet (2 columns) that will calculate the sum at the bottom? I can't seem to get it to calc. Thank you!

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Hi Debbie! Thank you! 1) Unfortunately MS Word does not have a "multi-select" drop down form field option. Depending on how many options you want to display, you may be able to use check boxes instead. 2) When you paste from Excel, unfortunately formulas won't work. You may be able to use calculating form fields by bookmarking each form field and then placing the sum calculation form field where you need it. This video on calculating form fields may be helpful: kzread.info/dash/bejne/f6KnrsqDqtTTobw.html Thanks so much for watching my videos!

  • @CinemaInsight
    @CinemaInsight2 жыл бұрын

    Hello Sharon, I just need to know How to create a dropdown menu for the particulars column and auto-fill in the Unit Rate column. Thank You!

  • @HerminioMatute
    @HerminioMatute3 жыл бұрын

    Great video Sharon! This helped me a lot with a document I'm building, but I was wondering, based on the Drop-Down List, do you know how to show/hide sections of the document. For example, the document I'm building is a template for a contract, with x, y and z types, some information is shared among all types and I have 3 different sections depending on each type, so, when I select x it should show the information related to x, and hide sections y and z, and the same for the other types. Can you work your magic on this issue? :D

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Hello Herminio! My apologies for the delay in responding. My latest video may be helpful for what you are trying to do here: kzread.info/dash/bejne/h3l8x7auppjad5M.html Thanks so much for watching!

  • @pradipshah853
    @pradipshah8534 жыл бұрын

    Great informative video, can show how add and use option button in group.

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Hello Pradip! I'm very glad you found this video helpful. Can you let me know a little more about your looking to do? Are you asking about radio button options (in Word or Excel)? Thanks so much for watching!

  • @SlightlyVertigo
    @SlightlyVertigo2 жыл бұрын

    Hi Sharon. Great video. I was curious if there is a way to "Restrict Editing" only in the drop down menus while still allowing other area of the document to be edited/filled in? I have a doc I want to provide Dependent Drop Down Menus to allow for quicker data entry, but still need some areas to allow for manual entry. For example: For SOP creation - Parent DD = Department & Child DD = Roles, but then allowing for manual entry of process in separate field.

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    Hi James! Here is a video that may help you on how to lock only part of your document: kzread.info/dash/bejne/iqecmLakZtuwcps.html I hope this helps! Thanks for watching!

  • @Mae_chan
    @Mae_chan3 жыл бұрын

    How to do a combo box that add word in it and can add values this is my project for ITAAPS subject and im struggeling...

  • @rosanageronimo8180
    @rosanageronimo81804 жыл бұрын

    thank you so much, how to create one of the drop-down lists, and I would like to have the options (display name) show but when one is selected have the dollar value (value) associated with the display name populate.

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Hi Rosana! Can you let me know your form field examples (what display names and dollar values)) and I'll see if I can figure out how to help. Thanks for watching my videos!!

  • @saberab3257
    @saberab32572 жыл бұрын

    Hi. Is there a way that different editable text can appear, in response to an option that is selected? Hope that makes sense! Thanks

  • @tutuh9816
    @tutuh98163 жыл бұрын

    this was great. I need a dropdown list for a user to select which state they are from. Is there a way to do this without having to type in all 50 states?

  • @riazulislam3720
    @riazulislam37202 жыл бұрын

    nice

  • @candicebeverly6527
    @candicebeverly65272 жыл бұрын

    This is amazing! Is there a way to have one parent and 10-15 children? The children only are dependent on the first parent question.

  • @rafa1126
    @rafa11262 жыл бұрын

    Sharon, thankyou for your awesome video! I'm trying to do one more dependent, how do I add a third conditional drop-down linked at the second answer?

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    Hi Rafael! Here is a video that may help you do that for multiple level dependent drop-downs: kzread.info/dash/bejne/Z2iYtayum8XLY84.html Thanks for watching!

  • @trisnoinnax3572
    @trisnoinnax35722 жыл бұрын

    Good tutorial and thank you. Is it possible to change the grey color of the legacy drop-down form tool?

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    Hello - the Legacy tool form fields gray shading can be turned off, but there are no other options to change the color of the form field properties. You can actually select the form field and then use the "Highlight" feature on the Home tab - Font area but you have limited color options there. Here is a video on how to turn off the gray shading in case you want to do that: kzread.info/dash/bejne/X5Wmurpyda6wYMo.html Hope this helps! Thanks for watching!

  • @kelbeardsall2068
    @kelbeardsall20683 жыл бұрын

    i need to create a form that links responses from question 1 to required items for example if you say in question one you are a fulltime employee a window or response box needs to open with text that describes what you need to provide as proof of this.. can this apply to that or this another method, as there are multiple fields that will need to be added to this enquiry form

  • @yours.trustworthy
    @yours.trustworthy4 жыл бұрын

    Glad to have found this channel. Thanks Is there a way to have different attachments for mail merge?

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Hello! Thank you, glad you found my channel too! Can you elaborate on your question? I have a video on Mail Merge that might help: kzread.info/dash/bejne/nKJk3Myxhprekqw.html If you have a different question, please let me know. Thanks so much for watching! Take care!

  • @yours.trustworthy

    @yours.trustworthy

    4 жыл бұрын

    Sharon Smith Thanks. The problem is when you have to send many emails with common body content but different attachments to each email. For e g - Sending invoices to individual suppliers at the end of the day.

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Hello! To my knowledge, MS Word does not offer the functionality to send personalized attachments to an e-mail mail merge. But if your invoice doesn't need to be an attachment (for example, if you can send it in the body of the email) then you can do this by creating your Word document invoice, selecting your data source and matching the mail merge fields and selecting "Email messages" as you document type in the mail merge wizard. I can work on a video on how to do this and it can quickly and easily send a customized invoice via email to each different recipient. I will let you know when I have this one ready and hope it will help you out. Thanks for watching!

  • @omniscient420
    @omniscient4202 жыл бұрын

    This video was super helpful but I'm having an issue. Once the code is edited and saved, when I restrict the document and test it, it functions fine on my workstation. Once I send the document, the second drop down option doesn't populate correctly, if at all. Sometimes, the dependant drop down populates as if another parent selection was chosen when it was not. I've made sure that the formatting of the Visual basic code is consistent, and everything aligns as it should. Any suggestions?

  • @joseescott4954
    @joseescott4954 Жыл бұрын

    This is an amazing video. I have a question...how to I add in Visual basic the blank field and it not being dependent? Hope this makes sense.

  • @imkurteh
    @imkurteh3 жыл бұрын

    Can this be done with the ActiveX/Content-Control style dropdowns?

  • @Elemalele
    @Elemalele3 жыл бұрын

    What about multiple-select options in the drop down menu? Is that possible? If so, then how? Thank you.

  • @maryanndetrizio4372
    @maryanndetrizio4372 Жыл бұрын

    Is there a way to create a multiple drop down list in word that is nondependent? I need a user to select all applicable options in my drop down list. Thank you. Your channel is super helpful.

  • @surianisuhaimi3782
    @surianisuhaimi37828 ай бұрын

    HI, i am so happy i actually did it and thanks to you. It's been so helpful. Hers's the thing, i wanna ask, if the line statement is too long and it went off paper margin, how can i make the line in two rows.

  • @Riodejenny
    @Riodejenny2 жыл бұрын

    This is fantastic. Is there a way that you can make a selection window that will populate a separate table into the document? For example, if I want to Select a major of a student and then the selection prompts a specific table to be populated with information specific to that major for courses by semester?

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    Hello! Here is a video you may find helpful that shows how you can make text appear based on a user's drop-down selection using legacy tool form fields: kzread.info/dash/bejne/h3l8x7auppjad5M.html Sounds like this may assist with what you are trying to do. Hope this helps! Thanks for watching my videos.

  • @carlparkins5745
    @carlparkins57454 жыл бұрын

    Hey Sharon, First off great content - really top notch stuff. I recently transitioned to a new company and want to try updating their New Hire Req forms. I'd like to do a similar macro but I believe it would be a bit more complicated. I'm trying to do a drop down of say division that would list IT, Operations, HR, etc, then have which department dependent on what division the person would pick.How would I go about that? Thanks, Carl

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Hi Carl! Thanks for the great feedback, glad you found my video helpful. Congratulations on your new role. I believe you may find the info below helpful. I had another viewing needing to create a "3rd" level dependent drop down and it sounds similar to what you are trying to do. Hoping you can follow this example below and modify it for your needs: One way to program a 3rd level (and even a 4th) dependent drop-down would be to use the similar code and insert additional Modules into your code (modifying the pick list items appropriately in each inserted Module) and then ensuring you select the correct macro to run upon exit in the properties box of the drop down field in your Word document. (Field level 1 runs to populate Field level 2 upon exit, so Field level 2 will need to run Field level 3 upon exit). Here are some instructions I hope you can follow easily. In this example, we’ll create 3 dependent drop-down fields for 1. Region, 2. State and 3. City. (Depending on the Region the user selects, they will have programmed options for State, then depending on the State they select, they will have programmed options for City): 1. Create your form template and insert 3 Legacy Tools Drop-Down form fields 2. Double Click to open Properties on the first Drop-down field and enter the Drop Down Items (example: North, South, East, West). In the Bookmark field, label this one ddRegion, click OK 3. Double Click to open Properties on the 2nd level Drop-down field and in the Bookmark field, label this one ddState. 4. Double Click to open Properties on the 3rd level Drop-down field and in the Bookmark field, label this one ddCity. 5. Open Visual Basic and click Insert - Module (a 1st Module will be inserted) and this would be the code used: Sub PopulateddState() Select Case ActiveDocument.FormFields("ddRegion").Result Case "North" With ActiveDocument.FormFields("ddState").DropDown.ListEntries .Clear .Add "Michigan" .Add "Ohio" End With Case "South" With ActiveDocument.FormFields("ddState").DropDown.ListEntries .Clear .Add "Georgia" .Add "Texas" End With Case "East" With ActiveDocument.FormFields("ddState").DropDown.ListEntries .Clear .Add "New York" .Add "Maine" End With Case "West" With ActiveDocument.FormFields("ddState").DropDown.ListEntries .Clear .Add "California" .Add "Oregon" End With End Select End Sub 6. Click Save (be sure the document is saved as a Word Macro-Enabled Document if prompted) 7. Insert - Module (this will insert a 2nd Module window). Here is the code you will use in the second module (this will populate your third level drop-down field ddCity - notice it is the same/similar code, but we replace line 1 with the bookmark for the 3rd field and the cases are the options from the ddState 2nd level bookmark field and we had to copy down additional rows in order to accommodate all the possible State pick list options): Sub PopulateddCity() Select Case ActiveDocument.FormFields("ddState").Result Case "Michigan" With ActiveDocument.FormFields("ddCity").DropDown.ListEntries .Clear .Add "Lansing" .Add "Detroit" End With Case "Ohio" With ActiveDocument.FormFields("ddCity").DropDown.ListEntries .Clear .Add "Columbus" .Add "Cleveland" End With Case "Georgia" With ActiveDocument.FormFields("ddCity").DropDown.ListEntries .Clear .Add "Atlanta" .Add "Savannah" End With Case "Texas" With ActiveDocument.FormFields("ddCity").DropDown.ListEntries .Clear .Add "Houston" .Add "Dallas" End With Case "New York" With ActiveDocument.FormFields("ddCity").DropDown.ListEntries .Clear .Add "Queens" .Add "Brooklyn" End With Case "Maine" With ActiveDocument.FormFields("ddCity").DropDown.ListEntries .Clear .Add "Augusta" .Add "Portland" End With Case "California" With ActiveDocument.FormFields("ddCity").DropDown.ListEntries .Clear .Add "San Francisco" .Add "San Diego" End With Case "Oregon" With ActiveDocument.FormFields("ddCity").DropDown.ListEntries .Clear .Add "Portland" .Add "Salem" End With End Select End Sub 8. Click Save 9. Go back to your Word document and double-click to open properties on your 2nd level drop-down form field (ddState) and be sure to select “PopulateddCity” upon Exit under the Run Macro section, then click OK 10. Restrict Editing to filling in forms like the video shows and you’ll see that the Region a user selects will prompt the next level State options and then that will prompt the third level City options. This would also work for a fourth level by adding another module, and your code will need to include every possible answer option from the previous level. This option may be worthwhile if you have static lists with known items. There are other options with more code that can retrieve appropriate list items from a database, but the above is simpler (hope this works for you). Thanks for watching and leaving a comment!

  • @carlparkins5745

    @carlparkins5745

    4 жыл бұрын

    @@SharonSmith 👌, this did the trick! Thank you so much for your help on this! Best, Carl

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Glad I could help!

  • @852Henshin
    @852Henshin3 жыл бұрын

    Dear Sharon, Q1) I am confused in the 3 types of control: Content control, Legacy control & ActiveX Control. Q2) Under which condition should I use which control ?

  • @gilbernstein5862
    @gilbernstein58629 ай бұрын

    Very helpful video! Any idea if I can use a similar approach to perform auto text fill thorough the word doc based on a drop list chosen value ?

  • @SharonSmith

    @SharonSmith

    9 ай бұрын

    Here are two videos you may find helpful. This video is how to set up fields that will auto-repeat throughout your document: kzread.info/dash/bejne/kX-TqrWBgKmeY7Q.html and here is a video on how to make text or images appear based on a drop-down selection: kzread.info/dash/bejne/h3l8x7auppjad5M.html Thanks for watching!

  • @thewoosh31
    @thewoosh313 жыл бұрын

    What an incredibly helpful tutorial! Thank you. I do have a follow up question. Let's say that on this example you had 10 more questions with drop down menu options that were dependent upon the #1 question Employee Status. In other words, the next 10 questions would be dependent upon "Active" vs "Inactive as well, just like #2. Engagement Survey Status. Do you just add more modules with the same code and change the relevant sections? Or are there other steps that are required? Thanks in advance!

  • @thewoosh31

    @thewoosh31

    3 жыл бұрын

    I guess a simpler way to ask might be, how do you create multiple children for one parent form field?

  • @anam2455

    @anam2455

    3 жыл бұрын

    Did you find solution for this? I need to do the same.

  • @bobglover3119

    @bobglover3119

    2 жыл бұрын

    @@anam2455 did you get a resolve to this?

  • @tarahwilliams7325
    @tarahwilliams7325 Жыл бұрын

    Hi Sharon, it looks like i'm a little late to the party, but i have a very specific question. I'm creating a (hopefully) dependent form. 1. Do you have to use all legacy controls throughout the entire form in order to make any portion dependent? I have date pickers throughout the form, but i noticed the date picker is not part of the legacy control family. 2. I need to be able to make dependents on a drop down. The end user will select the number of sessions they will need from the drop down (1-5). If they select 1 session, the form will populate the information they need to fill out for one session (a table). If they select that they need 5 sessions in the drop-down, it will need to open up all 5 tables to fill out information for each session, if that makes sense. The way i have it now, all 5 tables are open and it makes the document 8 pages. I don't want it to be 8 pages if it doesn't need to be. I have a mix of controls throughout the document.

  • @dmarti47
    @dmarti472 жыл бұрын

    Thanks for the video. I did exactly as you instructed but nothing happened in the second field. So, I believe you forgot to mention that one also has to double-click on the second field, go to Run macro on Entry and select the module.

  • @meyanyusuf312
    @meyanyusuf3122 жыл бұрын

    Thank you, how do I add code if the option is others and the user needs to type the option

  • @rogermccollough5310
    @rogermccollough53102 жыл бұрын

    Great video Sharon! Someone may have already asked this question and if so I apologize. I have a hierarchy that I want to follow through with multiple drop downs one after the other. So if I select from A it gives me a selection in B. and what I select in B gives ne a selection in C... etc. How do I incorporate that into this code or is it in a new module? Thanks

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    Hi Roger! Here is a video on multiple levels of dependent drop-down lists: kzread.info/dash/bejne/Z2iYtayum8XLY84.html I hope this helps with what you are trying to accomplish. Thanks for watching!

  • @paulinewan7538
    @paulinewan75383 жыл бұрын

    Is there a way to use an excel list for the drop down field options? My context - i have a database of items with specific names/serial numbers (>100 items) and i need to populate selected item from this only database into a document

  • @nibiyabi
    @nibiyabi3 жыл бұрын

    Works *almost* perfectly for what I need. I would like to choose a gender from a combo box (male/female/nonbinary/etc.), or, if necessary, a legacy dropdown as you show in this video, then have this link to pronouns all throughout the document, and THEN (and this is the point at which I'm stuck), auto-fill all of these. Using your method, I get blank entry boxes where the only available option is the correct one. Rather than having to manually set hundreds of pronouns throughout the document, is there a way to get these to auto-fill the dependent entry points if there is only one available option? Thank you so much.

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Hello! So glad you found my videos helpful. This is a great question that I get a lot and I'm researching how to do this. Thanks so much for watching and be sure to subscribe to my channel so you can be notified when I post new videos. I hope to get a solution to this out soon. Take care!

  • @roopeshtube
    @roopeshtube2 жыл бұрын

    Thanks for video. I have a requirement of disabling the dropdowns based on the value selected value in the parent dropdown. I have say three values in the first down and accordingly three another drop down lists with associated values in each drop down list. If I select the first value in the parent drown ( say the value is A), then only the drown named A should be selectable and remaining drop downs ( Say B&C) should not be selectable.

  • @belindaschouten3060
    @belindaschouten30603 жыл бұрын

    An what if I want the depending drop down only to show one option and that option has to show directly fter chosing dropdown 1. For example you chose Active then €200,- and if you chose inactive then €300,- is that possible. I have tried a drop down but that I have to update the field and I have tried a form field but then the field does not sumup anymore, because at the end some amounts have to sum up, with a drop down that works but as a field with a code in it not. thanks a lot nice videos!

  • @bobglover3119
    @bobglover31192 жыл бұрын

    Hi Sharon, this was a great video tut ty! If i want to make this form a PDF or available on a Sharepoint site, Do I need to save the module anywhere special? Do i need to do anything different with the form?

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    Hi Bob, you can save the file on SharePoint but when you create a fillable form in Word, the users filling it in also have to be able to access it in Word. If you need a fillable PDF form, you can use Adobe Acrobat DC or another PDF editor to create that. Unfortunately you can't just save a Word form as a PDF file type as the form fields won't work. Hope this helps! Thanks for watching!

  • @kopaantwerpen3863
    @kopaantwerpen38632 жыл бұрын

    Super helpful. Is there a way to do this without restricting other edits, though? I want to be able to do this in a document where I can also type things, but now it looks like either you have to restrict edits so the drop-down boxes work, or you can edit in other ways but then the drop-downs don't work. What about forms where you also want people to write things?

  • @SharonSmith

    @SharonSmith

    2 жыл бұрын

    Hello - there is a way to restrict only parts of your document. Here is a video on how to do that: kzread.info/dash/bejne/iqecmLakZtuwcps.html Hope this helps! Thanks for watching!

  • @kopaantwerpen3863

    @kopaantwerpen3863

    2 жыл бұрын

    @@SharonSmith Thank you so much, Sharon!

  • @sethmead8553
    @sethmead85534 жыл бұрын

    Can't thank you enough. Solid content. One little issue. When I try to restrict the form the "Yes, Start Enforcing Protection" button is grayed out. Any Thoughts?

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Hi Seth! Glad you found this video helpful. What version of Word are you using? And also, are you using Mac or PC? In Word 365 for windows, when you open the panel to "Restrict Editing" from the Developer tab, you can leave #1 (Formatting Restrictions) unchecked, then under #2 (Editing Restrictions) you will check that box and then select "Filling In Forms" from the drop down. When you do this, the "Yes, start enforcing protection" button should activate. I hope this helps! Thanks so much for watching!

  • @p-cide4857
    @p-cide48573 жыл бұрын

    One question as well, can we create a Reset button, especially for Calander. Thanks

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Hello - to my knowledge you can program a reset macro if you use legacy tools form fields, but if may work for you to save your document as a template and have users select File - New when they want to use a blank document. This video reviews this option: kzread.info/dash/bejne/ma6I15ZvXb2bmJM.html I hope this helps! Thanks so much for watching!

  • @saberab3257
    @saberab32573 жыл бұрын

    Thanks. Very helpful. Is there a way to have this feature on part of a document that has dependable fillable forms but leave the rest of the document editable with free text? Thanks

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Hello! Here is a video you may find helpful that shows how to lock/restrict only part of your Word document that has the form fields and the rest of the document can be open for editing. I hope this helps! kzread.info/dash/bejne/iqecmLakZtuwcps.html Thanks for watching!

  • @mluization
    @mluization3 жыл бұрын

    how can I create the navigation (go to) drop-down menu?

  • @JuanFernandoPazCaicedo
    @JuanFernandoPazCaicedo Жыл бұрын

    hi there, thanks for explaining. Its is possible To create a dependent list from a dependent list. I mean I need to create a credit line that has a code and each code has some products it

  • @hknpro
    @hknpro4 жыл бұрын

    hello; This video amazing thank you.How can I automatically print on the bottom section according to the dropdown preferences?

  • @SharonSmith

    @SharonSmith

    4 жыл бұрын

    Thanks so much! Glad you enjoyed this video. Please let me know more about what you are trying to do so I can see if I'm able to help. (Are you trying to add a button on your document that will print?) Thanks again!

  • @hknpro

    @hknpro

    4 жыл бұрын

    @@SharonSmith Thanks for answers, i will create a drop down list. i want certain words to appear for the choices i make from there.

  • @mrkj1294
    @mrkj12943 жыл бұрын

    Great video! But I have question regarding the "Restrict Editing". Can I not restrict the form? I would like the drop down capability but without the restriction, is that possible? My "secondary" drop down is dependent of the "primary" drop down. Is this possible in word without restrictions? I am also using the latest office.

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    Hello Rajat! If you use legacy tool form fields, you do have to restrict editing and protect the form for users to be able to fill in the form. Here is a video you may find helpful on only restricting the part of your document that contains form fields: kzread.info/dash/bejne/iqecmLakZtuwcps.html Also, here is another video on creating multiple level dependent drop-downs: kzread.info/dash/bejne/Z2iYtayum8XLY84.html Hope this helps! Thanks so much for watching my videos!

  • @somewhereupthere
    @somewhereupthere3 жыл бұрын

    this one is a bit advanced for me, but i wont give up 😎

  • @SharonSmith

    @SharonSmith

    3 жыл бұрын

    You can do it! Thanks for watching!

  • @michaelb9129
    @michaelb91292 жыл бұрын

    Is it possible to create a list of numbers in a specific range in a dropdown box (in the non-legacy controls). For example, if I wanted to create a dropdown list for a user to select a quantity ranging from 1-1000, is it possible to quickly and easily generate that list of options without manually inputting all 1000 different numbers into the list?

  • @MichelleBrown-rx3hd
    @MichelleBrown-rx3hd9 ай бұрын

    how do I edit the vbs code after I saved it? your videos have saved me truly!! makes creating forms so doable!

  • @SharonSmith

    @SharonSmith

    9 ай бұрын

    Hello! You can go back to the Developer tab, select Visual Basic to open the VB editor again. Select your Module that you want to edit and make your changes. Click Save, and then you can close out again and test your changes. I hope this helps! Thanks for watching and for subscribing to my Channel!

Келесі