Base is registration and records system for small private school that’s been operating for 60 years. The two tables I’m working on now are PARENTS and CHILDREN.
In another thread here, I was trying to figure out how to copy addresses from linked records, but I think I’ve solved that question by using a formula field that calculates an address for each parent or child based on what records its linked to. In other words, if parent1 has an address, and parent1’s children and spouse do not have addresses, those records will all pull an address from Parent1. Minimizes duplicate entry and seems to work okay.
The question
My question is, in the PARENTS table, how can I identify marital pairs? I’d like to group them.
One thing I have tried (that doesn’t work well)…
For some reason (mystery to me), grouping by the Address formula field does not seem to work. Say Mary and John are married and reside together. Mary’s record, which was created first, stores the address at which she and her husband reside; this value is stored in a field that at the moment is called AddrThisRec. John’s record, created second, is linked to Mary’s record (on the field named “Spouse”) and so John’s calculated Address field displays the address it’s pulling from Mary’s record. So they’re identical. But when I group on that formula field, Mary and John are NOT grouped together.
And in any case, this isn’t a fool-proof system, because in some cases, happy married couples these days don’t reside together all the time (usually because one spouse has to be somewhere else for work). If one spouse is living locally and the other spouse has, say, a military address this year, we’d like to be able to send both of them mail.