Hello,
I have designed a database using combo boxes in forms. In many instances when the combo boxes require more than one field, I have been writing SQL queries to concatenate the fields together into one column separated by commas. For instance, take this table of names:
ID Last name First name
-- ---------- ----------
1 Johnson Steve
2 Jackson Peter
3 Simpson Homer
In my combo box I have these selections:
Jackson, Peter
Johnson, Steve
Simpson, Homer
I can select one of them, and everything is fine. However, in one of my forms, the combo box items are split into two columns: (1) the selections given above, but truncated (there is only about 1" of space) and (2) a longer blank column. Interestingly, when I make a selection, the full text is given in the text portion of combo box and there is no truncation there.
Any ideas?
Thanks, Craig
Access 2007
Windows 7