G
Guest
This isn't my favorite way to set up forms but I"m dealing with shared data
and don't have a lot of choice in the design.
I have two tables Task table and Task Details table in a one to many
relationship because depending on the task there could be a lot of notes.
I have an unbound form and two bound forms on the unbound form. Form1 is
the unbound form. Form 2 is a bound form dragged onto form one and bound to
the task table. Form 3 is a bounc form bound to the task details table and
dragged onto Form 1.
the problem is that because they're two bound forms on an unbound form I
don't get link child and link master fields to work so the notes aren't
following along per task.
I've tried several things to get the forms to synchronize with each other
but I need Form 1 in data sheet view and Form 2 in form view so I can't
really combine everything into one query as far as I can tell. I tried on
current events of Form 1 and Form 2 but it doesn't seem to requery Form 3
well.
Thoughts or suggested links?
and don't have a lot of choice in the design.
I have two tables Task table and Task Details table in a one to many
relationship because depending on the task there could be a lot of notes.
I have an unbound form and two bound forms on the unbound form. Form1 is
the unbound form. Form 2 is a bound form dragged onto form one and bound to
the task table. Form 3 is a bounc form bound to the task details table and
dragged onto Form 1.
the problem is that because they're two bound forms on an unbound form I
don't get link child and link master fields to work so the notes aren't
following along per task.
I've tried several things to get the forms to synchronize with each other
but I need Form 1 in data sheet view and Form 2 in form view so I can't
really combine everything into one query as far as I can tell. I tried on
current events of Form 1 and Form 2 but it doesn't seem to requery Form 3
well.
Thoughts or suggested links?