J
Jennifer Cali
Hello,
I have two forms: frmContacts and frmChildren. In frmContacts the primary
key is atnContacts, and it is tied (via one to many relationship) to
ingzContactLink in the frmChildren.
So...my problem is that not all my friends have kids...yet. I have a button
in frmContacts that opens frmChildren, and I have it set to filter the
records based on a relationship (created within the button action item)
between atnContacts and ingzContactLink. When I click on the button it opens
up frmChildren but it isn't letting me add any new records. Also, it isn't
recognizing that it is tied to frmContacts. How can I make this work?
My desired situation is that I can click on the button in frmContacts and it
will open up a single record in frmChildren that will be blank if no data
exists or have info in it that was added at an earlier time.
Thanks for your help!!!
I have two forms: frmContacts and frmChildren. In frmContacts the primary
key is atnContacts, and it is tied (via one to many relationship) to
ingzContactLink in the frmChildren.
So...my problem is that not all my friends have kids...yet. I have a button
in frmContacts that opens frmChildren, and I have it set to filter the
records based on a relationship (created within the button action item)
between atnContacts and ingzContactLink. When I click on the button it opens
up frmChildren but it isn't letting me add any new records. Also, it isn't
recognizing that it is tied to frmContacts. How can I make this work?
My desired situation is that I can click on the button in frmContacts and it
will open up a single record in frmChildren that will be blank if no data
exists or have info in it that was added at an earlier time.
Thanks for your help!!!