Then you may need to wrap nz() around the other side of the criteria as well.
nz(ID, -1) = nz([Forms]![formname]![comboname], -1)
That assumes that the field ID is the foreign key (link) to another table)
If however you have a default value for ID in your table, ie 0, you would use that...