Question on structures....

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: news.microsoft.com (noemail_at_nothanks.com)
Date: 07/05/04


Date: Sun, 4 Jul 2004 21:03:52 -0700

I am missing something here and appreciate any help.

I am using a structure of states. I assign the datasource to 2 independent
combo boxes (component one) on my form. When I change the selected
state in, say, the cboHmState combo box, it also changes in the cboMlState
combo box.

How do I unlink this dependency I did NOT want in the first place? Please
help.

Thanks, W.

cboHmState.DataSource = States 'Populate the list
cboHmState.Splits(0).DisplayColumns(0).Visible = False
cboMlState.DataSource = States 'Populate the list
cboMlState.Splits(0).DisplayColumns(0).Visible = False



Relevant Pages

  • Re: Home Depot and power tools
    ... Sorry - this is just my personal campaign against all of the posts that ... populate this forum that bitch about what the big retailers do, ... contractors on hand to dispense advice and instruct some wannabe on ... All of these big boxes are no more than commodities brokers. ...
    (rec.woodworking)
  • Re: Userform Functionality
    ... Itâ??s made up of both combo boxes and text boxes. ... selected value (the school name) needs to populate the â??Nameâ?? ... and populate the customized fields ... If this is still not clear, Iâ??d be happy to send the project file to anyone ...
    (microsoft.public.project)
  • Re: Combo Box
    ... Show us the code that you are using the populate the combobox in the first case. ... The lists are definetely ... Combo Boxes. ... >> Please reply to the newsgroup unless you wish to avail yourself of my ...
    (microsoft.public.word.docmanagement)
  • Re: UserForm/MailMerge
    ... fields the user will populate (I have also created DocVariables for them). ... datasource, or a single document from one record in the datasource which you ... The following pages of fellow MVP Greg Maxey's website: ...
    (microsoft.public.word.mailmerge.fields)
  • Re: No smooth transition to the next form
    ... The transistion between forms is delayed because you're loading text files ... to populate your combo boxes. ...
    (microsoft.public.dotnet.framework.compactframework)