K
karen scheu via AccessMonster.com
I have a form that is bound by a query. The query joins two tables. One
table is not updatable and the other is. One of the on the form is a
shipping indicator (Yes/No Field). The problem is that shipping indicator
is not updatable on the form. How can I accomplish allowing the user to
check this shipping indicator and have the underlying table get updated.
I tried adding an unbound check box to the form, and I update the table on
the after update event of this checkbox, but I can't seem to figure out how
to set the value to -1 or 0 on the form depending on the value in the bound
shipping indicator field. If the value of the shipping indicator in the
table is Yes, then I want the unbound checkbox to be checked. If the value
is No, then I want the unbound checkbox not to be checked. Any suggestions?
I am new to using check boxes, so any better ideas would be appreciated also.
Thanks,
table is not updatable and the other is. One of the on the form is a
shipping indicator (Yes/No Field). The problem is that shipping indicator
is not updatable on the form. How can I accomplish allowing the user to
check this shipping indicator and have the underlying table get updated.
I tried adding an unbound check box to the form, and I update the table on
the after update event of this checkbox, but I can't seem to figure out how
to set the value to -1 or 0 on the form depending on the value in the bound
shipping indicator field. If the value of the shipping indicator in the
table is Yes, then I want the unbound checkbox to be checked. If the value
is No, then I want the unbound checkbox not to be checked. Any suggestions?
I am new to using check boxes, so any better ideas would be appreciated also.
Thanks,