Me.BoundContrl.value = x
Thanks,
Kou
>Can you not assign a value to a Bound Control via VBA? ie:
>
>Me.BoundContrl.value = x
You can:
If the bound control/table/field's validation rules permit
the new value.
If the form's record source query is updatable.
If you are using record locking or pesimistic locking and
there is no conflict with another user.
--
Marsh
MVP [MS Access]
--
Dave Hargis, Microsoft Access MVP