Hi,
I'm hoping someone can help me with this lookup table problem. I have a "lookup wizard" field as follows:
Table: title
Link Field: title_id
Display Field: title_id + ' ' + name
Order By: title_id
Using Edit box with AJAX popup, but have also tried it as a non-AJAX lookup
The actual data is the title table for the title_id field is:
220-66J30
192-99334
322-00321
The lookup actually works, but in either the AJAX popup, or the regular dropdown lookup, then only part of title_id that is displaying is the part before the dash (-), (ie. 220, 192, 322, etc) How can I make the whole field show?
Also, should I not be able to expand the fields in Visual Editor? I can go to a page, select a field, and I can get the double-headed arrow but I cannot drag it to make the field larger.
Thanks,
David