Hi there.
I have a customer table and job table. On my job table it displays a list of customers. The two tables are linked by CustomerId but displays the customer name.
If the customer name is too long,more than 23 Charecters, the "more" link appears, but when this is clicked, it displays the CustomerId.
So if the Customer is as follows;
CustomerName = Jones and Jones Solicitors at Law. The CustomerId would be 1198.
This displays Jones and Jones Solicit "more" and this displays 1198 when clicked and not the full customer name.
Any ideas please?
Thanks.