I have a combo box in a subform that I can't get the default value to set.
For Row Source, I have three list items: "Email";"Phone";"Meeting".
Row Source Type: Value List
Default Value: [Mode of Communication].[ItemData](0)
Originally I set the default value to "Email" but that didn't work either. I want it to default to email. It defaults to meeting. What am I missing?