M
mj
Hi. I have a combo box that autopopulates form controls.
When there's a Null value in any of the combo box fields
that updates a form control, it causes an error. This
seems to only happen when the form control is a number,
like for a person's ID number. I was hoping to just have
the form control be a Null value if that's what the combo
box is but I can't figure it out. For now, I'm just using
an IF statement to put a zero in place of Nulls. If anyone
has a better suggestion, I'd be grateful to hear it.
Thanks!
When there's a Null value in any of the combo box fields
that updates a form control, it causes an error. This
seems to only happen when the form control is a number,
like for a person's ID number. I was hoping to just have
the form control be a Null value if that's what the combo
box is but I can't figure it out. For now, I'm just using
an IF statement to put a zero in place of Nulls. If anyone
has a better suggestion, I'd be grateful to hear it.
Thanks!