G
G.
I have a simple table - 1 field (text data type) with 5 rows. I make a new
form and add a combo box bound to the field. I save the form and select one
of the 5 choices.
If I then close the form and open the table that the combo box is based on
the entries in the 5 rows change. The first entry is gone and replaced by
whatever the selection was in the combo box when I closed the form. Before
the creation of the form rows in the table were say A,B,C,D,E. After combo
box creation (let's say I closed the form with a selection of D in the combo)
the table now has Rows of D,B,C,D,E. I've been working for hrs. trying to
resolve this to no avail.
One thing I tried that may give insight is to create a query with the same
info. as the table. However, when binding a combo box on that query, I get
the 5 selections but the form just beeps at me when I try to select one of
the items. It does not let me select anything.
Any help with what is going on is very very appreciated.
form and add a combo box bound to the field. I save the form and select one
of the 5 choices.
If I then close the form and open the table that the combo box is based on
the entries in the 5 rows change. The first entry is gone and replaced by
whatever the selection was in the combo box when I closed the form. Before
the creation of the form rows in the table were say A,B,C,D,E. After combo
box creation (let's say I closed the form with a selection of D in the combo)
the table now has Rows of D,B,C,D,E. I've been working for hrs. trying to
resolve this to no avail.
One thing I tried that may give insight is to create a query with the same
info. as the table. However, when binding a combo box on that query, I get
the 5 selections but the form just beeps at me when I try to select one of
the items. It does not let me select anything.
Any help with what is going on is very very appreciated.