sunwindandsea
Programmer
We have a database of church members. It’s on the Internet so that church members can contact one another. All changes to the database are made online by church members. Once a month we download mychucch.mdb to update our database. We want to add several confidential text and memo fields that would not be available on the Internet but we would like to maintain the data in a separate table here so that when we open the form used to lookup member information the confidential info that is maintained here is displayed. When we add confidential information to either the text or memo fields the separate table, CongregantPrivate, is updated. Over time we expect to have many entries in the memo fields of varying lengths. One entry our pastor made has over 500 characters.
This is obviously a one to one relationship. We’ve created a relationship between mychurch and CongregantPrivate based upon CongregantNum and set the Control Source “=[CongregantNum]!PledgeHistory” in design view when form view is selected “#Name?” is displayed. What are we doing wrong? Is this most appropriate manner to display information from two different tables on the same form? Are the memo fields the problem?
Thank you,
Ed
This is obviously a one to one relationship. We’ve created a relationship between mychurch and CongregantPrivate based upon CongregantNum and set the Control Source “=[CongregantNum]!PledgeHistory” in design view when form view is selected “#Name?” is displayed. What are we doing wrong? Is this most appropriate manner to display information from two different tables on the same form? Are the memo fields the problem?
Thank you,
Ed