I have a combo box that contains a person's request number and about 80 bytes of a description field. The properties on this field identifies 2 columns to show the user when he drops down the list but I only have one field bound. When selected, all that is displayed to the user is the request number. I was asked to also show the 80 bytes of the description that had been presented previously. I changed the bound column from 1 to 2 but when I tried to run it, says the field is not big enough which is correct. I don't want to enlarge the field to be as big as the description field which can be quite large. I just want the first 80 bytes to show. Is there a way to display a portion of the field.
My Record source field looks like this: Select Request, Description, assignedto from dbo.vwopenrequests where assignedto = "xyz" order by request
My Record source field looks like this: Select Request, Description, assignedto from dbo.vwopenrequests where assignedto = "xyz" order by request