Edhy,
Thanks for the suggestions but neither did the trick.
For 1, I set the CLI_ID Null Replacement Value as shown below, rebuilt both the EventBO partial and solution, and got the same error.

Still, FWIW, I get the error as the BO is trying to
set CLI_ID to NULL. I can't tell if the "Null Replacement" process in SF is supposed to handle this or the inverse,
returning a NULL.
As for 2, changing the lookup BO (CoverageBO) to something manipulated on the form and then copied into the dropdown did not change the result either.
I am still struck by how odd this is:
a) In the cboClient.SelectedChangeCommitted, I can do the CoverageBO.requery() alone and no problem. So nothing in the CoverageBO is causing the problem. It doesn't matter if it comes back filled or empty. If all I was trying to do was a standard "synchronization" between related comboboxes, I'd be fine.
b) Similarly, in the cboClient.SelectedChangeCommitted, I can set the cboCoverage.SelectedValue alone and no problem. So it doesn't seem to be a form or control refresh issue.
c) But if I try to do them both, synchronize and set the related combo, it fails... but only if I am on a new record.
d) And finally, the error is saying the field is NULL when it is in fact bound to the combobox I just made a selection on. It is not like I've left the combo blank; I'm getting a NULL error right as I make a selection.
Go figure.
Unfortunately, I don't yet have the VS debugging skills to walk back from the error and see what is going on in the SF code. Any suggestions on this, or other ideas on the problem, would be appreciated.
Larry