K
Kyle Powderly
In a database constructed by a co-worker, there is a list
box listing 4 values - call them 1, 2, 3, and 4. If I
input a new record, click on that list box and use the
arrows to choose a value - let's say "1" - I'm OK.
Here's the problem: if I navigate from that newly-entered
record to the previous record, and that previous record
has a different value in the list box - say "2" - when I
return to the newly-entered record, the value in the list
box stays at "2", so the value for that first record has
now been changed from "1" to "2" without any user input.
I have even made sure to click on the list box, choose
the value, click on another field in the record, even
close the form and re-open it, but if I move from one
record to a record with a different value in that field,
the first value will remain displayed and change the
value for the second record.
How do I get the value to hold when I change back and
forth within records?
box listing 4 values - call them 1, 2, 3, and 4. If I
input a new record, click on that list box and use the
arrows to choose a value - let's say "1" - I'm OK.
Here's the problem: if I navigate from that newly-entered
record to the previous record, and that previous record
has a different value in the list box - say "2" - when I
return to the newly-entered record, the value in the list
box stays at "2", so the value for that first record has
now been changed from "1" to "2" without any user input.
I have even made sure to click on the list box, choose
the value, click on another field in the record, even
close the form and re-open it, but if I move from one
record to a record with a different value in that field,
the first value will remain displayed and change the
value for the second record.
How do I get the value to hold when I change back and
forth within records?