2 doctypes

X-Application Version: 3.1.3
Tamino Version : 3.1.1
Platform : Win2k
WebContainer : Tomcat 3.3
JDK Version : 1.3.1
Hi
I have the following case :
I have a query result in a document and I want to have it in a combo box , and I want to have the value of it in a text box and store it in the data base in another doc type .
what should I do ? to declare that my select is referd to that document ?
(I will be pleased if U give me some info on DOCUMENT )

LOVE

Hi,

we did not understand your intention completely.
In order to help you as good as possible, we need some more information.
Could you please give us a concrete example of your use case?

Bye Thorsten

hi
I have two doctype :users
userid,password,projectcode(repeat)
and doctype request :
requestid,projectcode,userid,…
we want to read project code from doctype users for specific userid and show in the combobox the project code that belong to specific userid.and when the project code choosed then project code is stored in a doctype request.
in other words,we want read from one doctype with condition and show in the combobox and choose it and store in another doctype
thanks