Dropdown list with subform values

A

acores

Hi.
I have a subform «B» (as a datasheet) in a main form «A» (linked by
«Obra_ID». In this subform, users can enter the values «1», «2», etc., in the
field «Order.no»

I have a procedure that exports information from the mainform «A» to Word,
including the «Order.no» filled in the subform «B».

I created another form «C» that appears during the export procedure that
allow users to select the information they want to export (from de main form
«A»). But they always have to re-type the «Order.no» of the subform «B»
everytime. And that is what I wanted to avoid.

How can I make a dropdown list in form «C» that shows the values «1», «2»,
etc. that user entered in the subform «B» of the main form «A»?

Thanks in advance for any help.

Acores
 
Top