I actually switched it to a 'text' field instead of 'memo' field in the primary table, tblTask. I found out, through research, that fields with 'memo' properties cannot be displayed in listboxes without using a "SQL CONVERT" statement but couldn't find out exactly how I would word it for my situation. I only found examples of how to convert dates, times and numbers; not strings of words.
Oh well, it works now. Plus, I don't think that the field will go above / beyond 255 characters which is what I set if for.
|