B
Brian Hoffman
Does anyone know of issues with using an unbound control on a continuous data
entry form?
I am using a "pop-up" "continuous" form for "data entry" into a link table.
The PK is an auto#. FK1 self-populates by looking at the parent form. FK2 is
selected using a combo box. There is also an unbound combo box used simply to
filter the cbo used for FK2.
The issue: (As I said this is a "continuous" "data entry" form) The user
first makes a selection in the unbound cbo. This filters the row-source of
the cbo used for FK2. Once the user makes a selection in the second cbo the
record is entered and a new one is created. However, the unbound cbo of the
new record is populating itself with the same selection i just made for the
previous record. Why does this happen?
entry form?
I am using a "pop-up" "continuous" form for "data entry" into a link table.
The PK is an auto#. FK1 self-populates by looking at the parent form. FK2 is
selected using a combo box. There is also an unbound combo box used simply to
filter the cbo used for FK2.
The issue: (As I said this is a "continuous" "data entry" form) The user
first makes a selection in the unbound cbo. This filters the row-source of
the cbo used for FK2. Once the user makes a selection in the second cbo the
record is entered and a new one is created. However, the unbound cbo of the
new record is populating itself with the same selection i just made for the
previous record. Why does this happen?