Hello, I have a similar problem to the one
here but my code writing skills are non-existant and I cant seem to adjust the code to suit.
I have three forms:
Client_entry_form
Project_entry_form
Document_entry_form
Each project is assigegned to a single client and each document is assigned to a single project. The idea is that each client can have multiple projects and each project in turn can have multiple documents.
I have the forms set up so that I can lookup project details from the document entry form and I can lookup clinet details from the project entry form.
My problem is that I want to be able to lookup the relevant client details from the document entry form.
See attached screenshot. When I lookup project details (Field deluge name is Project_entry_form), I want it to populate the 'client details' box ( this client details box has a field deluge name of Client_entry_form ??)
I'd be very grateful if someone could give me the correct code for this.
Thanks!