First, this is a great forum and you are batting a thousand on helping me with my issues. but this one is going to be tricky.
I want to make a table entry for a person. Part of the entry is the individual's supervisor. I want to be able to select it from a combo box based on some previously entered data. (that was the cascading combobox issue. you people nailed that one!) However, here is the issue:
If there are no rows returned for the underlying query for the supervisor, I want the ID (Autonumber, Key) field of the person I AM CREATING to be placed in the 'supervisor' field (making the person 'self-managed').
For the purposes of this illistration imagine the table as:
Person_ID, Person_Name, Person_Data, Supervisor_ID