D
Dave
I have two tables that have a one-to-one relationship. The first table
contains a "header" record with several numeric and text fields and the
second table contains only an ID, a key related to the first table, and a
memo field that holds a large amount of text. The idea was to improve
performance by separating the large memo field, which will not be queried
often, from the rest of the fields which will.
I am having difficulting implementing this one-to-one relationship in forms.
I have a form for the header record (parent) with a button that when clicked
will open a form for the memo field table (child). I need to pass the the id
of the parent to the child so that it can display the correct record.
However, if a child record does not yet exist, it needs to be created. This
is the part I am having trouble with.
Can anyone give me some guidance on how to implement this?
Thanks
Dave
contains a "header" record with several numeric and text fields and the
second table contains only an ID, a key related to the first table, and a
memo field that holds a large amount of text. The idea was to improve
performance by separating the large memo field, which will not be queried
often, from the rest of the fields which will.
I am having difficulting implementing this one-to-one relationship in forms.
I have a form for the header record (parent) with a button that when clicked
will open a form for the memo field table (child). I need to pass the the id
of the parent to the child so that it can display the correct record.
However, if a child record does not yet exist, it needs to be created. This
is the part I am having trouble with.
Can anyone give me some guidance on how to implement this?
Thanks
Dave