03/26/2014 at 12:21 pm
#283437
Participant
I did a bit of digging and found this simple bit of code which did it!
alter table people modify name VARCHAR(35) ;
I modified it to:
alter table wp_connections modify department VARCHAR(1000) ;
So now all I need to do is be able to change the word from ‘Work Phone’ and ‘Work Fax’ to something that relates to a business and not an individual or member of public.
Thanks for your help so far.
:-)
