cbo Question

M

Miles

I have a cbo that enters a name into a txtBx

I use a cbo to select a company name for John Doe
Say I select xyz company
Later though, John Doe is jobless
How can I select a null value for the txtBx when there is no longer a
company needed for the txtBx for CompanyName?

Thank you
 
M

Miles

I guess I could add a "dummy" co called "NoJob"

I just thought there was a better way

Thanks
 
Top