Application has two form:
- Project Form: containing Client name, Project number, Task required.
- Purchase Order Form: containing PO information
The PO Form has a Lookup Field that allows the user to associate the PO with the Project by the Project Number. Once the user click on the submit button, the PO form launches an HTML view for printing.
I am able to auto insert all the PO form fields in the the HTML view, but I have no idea how to insert the associated Project field into the HTML view.
Any idea?? Or am I approaching this the wrong way?