Returning Lov value to More than 1 field. [message #159501] |
Mon, 20 February 2006 01:09 |
nirmalnarayan
Messages: 261 Registered: April 2005 Location: India
|
Senior Member |
|
|
hi,
i Have two fields 'From Department' and 'To Department' in a form, i have a lov LOV_DEPT which will show all the department names, this lov need to be attached to both the above said fields and should return the selected department name to these fields, based on from which field the lov value was selected. I don't want to add any extra code , how can i achieve this functionality.
Thanks
Nirmal
|
|
|
|
Re: Returning Lov value to More than 1 field. [message #159561 is a reply to message #159503] |
Mon, 20 February 2006 05:24 |
nirmalnarayan
Messages: 261 Registered: April 2005 Location: India
|
Senior Member |
|
|
Hi,
I don't want to use 2 Lov's with same query either. I am attaching this LOV with the two text fields, so that it should identify the text field and return the values to the text field which invoked the LOV , this is the minimum expected functionality from a LOV attached to a text field, is something like this not possible without creating 2 LOV's based on same record group.
Thanks and Regards,
Nirmal
|
|
|
|
|
Re: Returning Lov value to More than 1 field. [message #159690 is a reply to message #159581] |
Mon, 20 February 2006 23:31 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
The reason that you can't have the same LOV associated with two fields is that a single LOV may contain multiple columns which populate multiple fields. Hence, each LOV can only point to a single set of fields.
David
|
|
|