I am struggling with a db and wanted to know if anyone could help me with the last few problems that I can't figure out. The more I try to fix them, the more confused I get. I don't really know code and have cobbled together what I could to get stuff to work. Seems to go along good and then hits a snag.
Right now the two problems I have are:
1. Getting joins right between tables for subforms.
2. Getting RI cascade update/delete right and programming delete button on subform to only delete record on table for subform, not whole main form.
I'm attaching the db. I'm trying to get everything working on frmMAIN
Any help would be so very appreciated! THANKS!
I'm running Access 2013.
I can't get the db to attach. Giving me error "Your submission could not be processed because a security token was missing". I could email it or will wait to hear back from administrator on why it won't upload. This is the response I got: Delivery to the following recipient failed permanently: (email of jon at site) Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the server for the recipient domain access-programmers.co.uk by access-programmers.co.uk. [199.193.246.121]. The error that the other server returned was:
550 Mailbox quota exceeded. What now?
I am thinking the problem lies in relationships between three tables:
tblFamily -- PK is FAMID
tblAddressFamily -- PK is ADDRFAMID, FK is FAMID
tblIndividual -- PK is INDIVID, FK is FAMID
frmMAIN is for a church directory/db. Tabs are for things like individual's info, family info, family address, individual address, phone#s, notes, etc... Right now the one not working is the subform that does family addresses. I can't get the relationships right to work. Ideas??
Right now the two problems I have are:
1. Getting joins right between tables for subforms.
2. Getting RI cascade update/delete right and programming delete button on subform to only delete record on table for subform, not whole main form.
I'm attaching the db. I'm trying to get everything working on frmMAIN
Any help would be so very appreciated! THANKS!
I'm running Access 2013.
I can't get the db to attach. Giving me error "Your submission could not be processed because a security token was missing". I could email it or will wait to hear back from administrator on why it won't upload. This is the response I got: Delivery to the following recipient failed permanently: (email of jon at site) Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the server for the recipient domain access-programmers.co.uk by access-programmers.co.uk. [199.193.246.121]. The error that the other server returned was:
550 Mailbox quota exceeded. What now?
I am thinking the problem lies in relationships between three tables:
tblFamily -- PK is FAMID
tblAddressFamily -- PK is ADDRFAMID, FK is FAMID
tblIndividual -- PK is INDIVID, FK is FAMID
frmMAIN is for a church directory/db. Tabs are for things like individual's info, family info, family address, individual address, phone#s, notes, etc... Right now the one not working is the subform that does family addresses. I can't get the relationships right to work. Ideas??