hi,
i have a form in access (form_inv)that has an input box field (qty_on_hand_box). this field's data doesn't come from a table, and it's calculated. how would i set this value in the field.
i had a vba routine that when they pushed the update button to update other tables, i used this code:
val = some value .....
forms!frm_inv!qty_on_hand_box.value = val
i get an error message that i can't set the value of this field.
how would i get this to work?
any help is appreciated.
i have a form in access (form_inv)that has an input box field (qty_on_hand_box). this field's data doesn't come from a table, and it's calculated. how would i set this value in the field.
i had a vba routine that when they pushed the update button to update other tables, i used this code:
val = some value .....
forms!frm_inv!qty_on_hand_box.value = val
i get an error message that i can't set the value of this field.
how would i get this to work?
any help is appreciated.