Does anyone know if there is a limit to the size of a text string that can be included in a combo box select list? The 255 character limit perhaps?
I have several combo boxes that derive their select lists from a single field [fldCRITERIA] in table [tblDATA]. Several records in the field contain text data that is longer than the normal 255 character limit, so I have changed fldCRITERIA to the memo format. This works fine until data is entered into a form using the combo box select list. When the data is entered, the longer entries become truncated.
Does anyone know a way around this? I need to have the longer text strings, because it consists of data that I want to later pass to my reports. There are text character limitations in the reports, too, which seem to make this the ideal way to do it, if its possible.
Thanks for your help.
I have several combo boxes that derive their select lists from a single field [fldCRITERIA] in table [tblDATA]. Several records in the field contain text data that is longer than the normal 255 character limit, so I have changed fldCRITERIA to the memo format. This works fine until data is entered into a form using the combo box select list. When the data is entered, the longer entries become truncated.
Does anyone know a way around this? I need to have the longer text strings, because it consists of data that I want to later pass to my reports. There are text character limitations in the reports, too, which seem to make this the ideal way to do it, if its possible.
Thanks for your help.