my table structure is Table A Candidates (1) to Table B Applications (Many) to Table C Vacancies (One). So basically a many to many with a junction table in the middle. In The main form of A i have a subgrid of B, from that subgrid i'm able to Quickcreate a new entry into B, where i specify the required lookup to C. In the Quickcreateform i also included a form of C, which that makes it very clear to the user, what many to many connection is beeing set up / to which vacancy we're connecting the Candidate. The problem is, the form is not being displayed correctly. The height that's granted for that form is only a few pixels, hence you can't see anything (see attachments).
Any solutions? Thank you very much!