Creating a new form

  • Thread starter Thread starter cadman
  • Start date Start date
C

cadman

ALL,

I am trying to create a combo box that will gather the data from three other
boxes. I have been able to get the data to show up in the drop down box but
it will not stay in the area when it is selected.

This is what I have done so far. I have been going through the wizard to
create the combo box, first I select that I want the box to get the values
from a table or query, I then select the table and the fields that I want.
Then I sort the fields in the order that I want, then I select the field that
I want the data to show up in. I then select the same field for where I want
the data stored, and then label the title of the new combo box.

Is there something else that I have missed or am I not doing something
correct. I would like to eventually set up filters based on conditions for
each of the columns.

I would appreciate any advice (HELP) on the situation.

Thanks
 
I have tried to set up the AfterUpdate as you have said, but I still am only
seeing 1 set of numbers on the drop down box.
I'm not sure if this matters or not but I forgot to tell you that I have an
input mask created in the table field that this data will be going into.
Would this be the reason also why I am unable to see the remainder of the
numbers.
 
Back
Top