ALTER TABLE tblEarningsDeds ADD AllowSplitOverride varchar(1)

I need to somehow tell that this field can be zero length... Its an access database I am working on....

I cant figure out what I need to do with the statement....