I am new to Kexi and trying to build my first database using it. I have a problem with combo boxes:<br><br>I have a <b>contacts</b> table and a <b>projects</b> table where each project has one client to be selected from the <b>contacts</b> table. I am trying to build a <b>project</b> form with a combo box which would allow the client to be chosen from a list of contact names, so I want to display <b><a href="http://contact.name">contact.name</a></b> in the combo box (and all contact.names in the pull-down list) and store <b><a href="http://contact.id">contact.id</a></b> in the project.client field. But I cannot see how to tie the <b><a href="http://contact.name">contact.name</a></b> field to the <b>client</b> combo box in the <b>project</b> form (which is tied to the <b>projects</b> table). This seems a very basic operation but does not seem to be documented in the handbook. I found a similar question in the mailing list archive bu no answer. Can anyone help please?<br>
<br>elvin<br>