J
Jonathan Blitz
I have a form displayed in continuous format.
The data is from an SQL table.
In addition I have an unbound field on the data lines.
I wish to set the value of the unbound field with values from a combo field
on the same line.
When I enter
Me.Field = Me.Combo.value
it sets the value of ALL the rows to the same.
What am I doing wrong?
--
Jonathan Blitz
AnyKey Limited
Israel
"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
The data is from an SQL table.
In addition I have an unbound field on the data lines.
I wish to set the value of the unbound field with values from a combo field
on the same line.
When I enter
Me.Field = Me.Combo.value
it sets the value of ALL the rows to the same.
What am I doing wrong?
--
Jonathan Blitz
AnyKey Limited
Israel
"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."