Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bound Control

0 views
Skip to first unread message

Kou Vang

unread,
Jul 24, 2008, 2:50:02 PM7/24/08
to
Can you not assign a value to a Bound Control via VBA? ie:

Me.BoundContrl.value = x

Thanks,

Kou

Marshall Barton

unread,
Jul 24, 2008, 3:33:34 PM7/24/08
to
Kou Vang wrote:

>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]

Klatuu

unread,
Jul 24, 2008, 3:32:01 PM7/24/08
to
Yes, you can, provided it is bound to a field in the form's record source.
If it an expression, then you can't.
What are you trying to do that is not working?
What error are you getting?

--
Dave Hargis, Microsoft Access MVP

0 new messages