Adding combo box to an existing form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ewarts
    New Member
    • Jul 2007
    • 19

    Adding combo box to an existing form

    Hello all,

    I'm having an issue adding more combo box to an existing form, please correct me if I'm wrong in my method but i'm copying the combo box above and pasting it below so to have the same format as the others and to minimize my efforts. The form has a subform so i'm creating the same for that form also but after all is said and done it doen not display on the main form. What am I doing wrong.

    ED
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Have you checked the Visible property?

    Comment

    • ewarts
      New Member
      • Jul 2007
      • 19

      #3
      I sure did, that was my first thought

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        Hmm.. what about the Display When property?

        Comment

        • ewarts
          New Member
          • Jul 2007
          • 19

          #5
          I will look into that shortly

          Comment

          • Rabbit
            Recognized Expert MVP
            • Jan 2007
            • 12517

            #6
            It's not behind another control is it? What about the code and/or macros? Maybe one of them is changing the settings. Either its position or its visibility.

            Comment

            • missinglinq
              Recognized Expert Specialist
              • Nov 2006
              • 3533

              #7
              Originally posted by ewarts
              i'm copying the combo box above and pasting it below
              If by this you mean that you're copying a combobox from the Header section of your form (above) and pasting it into the Detail section of your form (below) you have to be sure and do two things.

              After selecting and copying the combobox, click on the Detail section.

              Click on Paste to place it on the Detail Section.

              At this point the combobox is not visible! I think this is where you're at.

              Now, holding down the <Control> key use the <Down Arrow> key to bring the combobox into view. It should first become visible in the top left hand portion of the Detail section.

              I first noticed this peculiarity a number of years ago when I first dabbling in the black arts of Access!

              Linq ;0)>

              Comment

              • ewarts
                New Member
                • Jul 2007
                • 19

                #8
                Not necessaryly the header section but within the same form, precisely the combobox above.

                Comment

                Working...