P
pmcguire
I want to distinguish between Yes, No, and null (or True, False, and null). How should I design my table? Can I make the field's type Yes/No? Or must I type it something else? If so, what is the correct data type
Thanks.
Thanks.