There is one particular combo where i was thinking of adding a sporadic option (just as if it was a value list)
What do you mean by sporadic? Is it that this 1 combo will only sometimes have the extra option and sometimes not? How many columns are in the combo?
Do you also need a primary key for this added option?
One way I limit what's in a combo is to add a where clause with either an "ID <> somevalue" or I use a "Where ID not in( 1,3,4,7)" to limit what's returned.
If this helped, please click the star * at the bottom left and add to my reputation- Thanks