Hi everyone, I’m at the stage to create forms that the user will be able to fill and/or edit data, but due to the “enforce referential integrity” rule I created, I know there is certain information that needs to exist prior to fill a junction table. If you check the image:
Initially I created a form (#1 on the image) for the docket # and preferral date, only two pieces information on it. From there I wanted to create a button and the macro would open a window with form #2 where the user would enter all the charges (but the charges need to be associated to that docket #) So far the only thing I can do and fill in charges, but they are not linked to the docket number
Then my second form, would also have a button to save and open a window with the third form. This third form would have information to fill from two tables, the member(s) and their information, and somehow the association of which member with each charges (still under the same docket #).
(Since 1 member could have many charges, and many members can have one unique charge under the same docket)
Unless I need a fourth table, let’s say based on the junction, and there somehow associate which member(s) is associated to which charge(s) and also link the combination of members and charges to a docket number.
Any insights, suggestions are appreciated.
Thank you
Initially I created a form (#1 on the image) for the docket # and preferral date, only two pieces information on it. From there I wanted to create a button and the macro would open a window with form #2 where the user would enter all the charges (but the charges need to be associated to that docket #) So far the only thing I can do and fill in charges, but they are not linked to the docket number
Then my second form, would also have a button to save and open a window with the third form. This third form would have information to fill from two tables, the member(s) and their information, and somehow the association of which member with each charges (still under the same docket #).
(Since 1 member could have many charges, and many members can have one unique charge under the same docket)
Unless I need a fourth table, let’s say based on the junction, and there somehow associate which member(s) is associated to which charge(s) and also link the combination of members and charges to a docket number.
Any insights, suggestions are appreciated.
Thank you