Hi Jason, thanks for the tip.. I had a look earlier at various jquery & ajax options but ran into a problem where DA tried to insert the client twice..
If I searched for contact as per that demo it finds and populates the fields correctly but when I submit the form it tries again to insert the contact then the case.
On this form I am effectively inserting records in 2 tables, contacts & cases which is correct when the contact doesn't exist. The issue I have is the insert runs if I manually type the contact or it pre-populates from select field..
Cant figure out a way to tell it not to insert contact if they already exist..
Thanks again.
regards