I am creating a userform to search and manage a list of contacts.
PhwEWSy.png
ZhnyjMN.png
There is currently no search facility whilst I work on getting the data input/edit capability running as it should.
The first function I am trying to implement is described below.
The master linked accounts section is hidden unless the corresponding worksheets are selected where this information is applicable. When one of the worksheets that this information is relevant to is selected in the combobox, it should populate MLA option buttons. I have two option buttons to the form 'MLA' called 'mstrYes' and 'mstrNo'. 'mstrNo' should be the default and I want to prevent the text box 'txt7' from appearing until mstrYes is selected, and if mstrNo is selected again, the text box should disappear again. Another problem with this is even when 'mstrNo' is selected, it inputs the default value into that column on the spreadsheet, which it shouldn't do.
Also in relation to the text box 'txt7', how do I prevent the text within 'txt7' that appears automatically in 'Example1, Example2, Example3' mentioned previously from being cleared during the following procedure whilst clearing anything else typed into that box after those preexisting words? I have implemented a workaround which is to unload and reload the form after data entry, but this means having to reselect the particular contact group type from the combobox again when there may be several that need to be input at the same time, making this a hassle.
If someone could please help me I would be extremely grateful.![]()
Please Login or Register to view this content.
Worksheet: https://www.dropbox.com/s/gooebb7hcm...acts.xlsm?dl=0
Bookmarks