D
DS
I have a Listbox based on a Query. I want to change the value of one of
the fields in the Listbox to another value based on a field on the same
form. How would I do this?
I have this on the "On Click" Property of a Command Button.
Forms!DriverAssign!List7.Column(4) = Me.Text16
Thanks
DS
the fields in the Listbox to another value based on a field on the same
form. How would I do this?
I have this on the "On Click" Property of a Command Button.
Forms!DriverAssign!List7.Column(4) = Me.Text16
Thanks
DS