2 Tables
Funeral Homes
Cases
Funeral Homes primary key is "Vendor"
Cases primary key is "Case Number"
Funeral Homes contains two fields where one represents "Funeral Home Names" and the other is "Vendor" which is a short version of Funeral Home Names.
Cases has a field for "Funeral Home".
The relationship defined is:
"Vendor" has a one to many relationship with "Funeral Home".
The Funeral Home table has two fields for Funeral Home Names because there will be cases where the Funeral Home name is the same but in two different states. Therefore, two different owners. "Vendor" was created to compensate for this thereby allowing only one instance of a name. It forces the user to make the the name different for each location. The relationship works and all goals have been successful.
Now the problem:
When displaying "Funeral Home Name" from the Funeral Homes table on reports, mailing labels, forms or data access pages, it displays the "Vendor" instead of the "Funeral Home Name" even though we select the field "Funeral Home Name". I understand why this happening and everything is working as it should.
How can I display the real "Funeral Home Name" as displayed in the table onto my reports. It's in the table correctly so what am I missing that I'm not able to get it to display everywhere else correctly.
Thank you in advance.
mhansler2000@yahoo.com
Funeral Homes
Cases
Funeral Homes primary key is "Vendor"
Cases primary key is "Case Number"
Funeral Homes contains two fields where one represents "Funeral Home Names" and the other is "Vendor" which is a short version of Funeral Home Names.
Cases has a field for "Funeral Home".
The relationship defined is:
"Vendor" has a one to many relationship with "Funeral Home".
The Funeral Home table has two fields for Funeral Home Names because there will be cases where the Funeral Home name is the same but in two different states. Therefore, two different owners. "Vendor" was created to compensate for this thereby allowing only one instance of a name. It forces the user to make the the name different for each location. The relationship works and all goals have been successful.
Now the problem:
When displaying "Funeral Home Name" from the Funeral Homes table on reports, mailing labels, forms or data access pages, it displays the "Vendor" instead of the "Funeral Home Name" even though we select the field "Funeral Home Name". I understand why this happening and everything is working as it should.
How can I display the real "Funeral Home Name" as displayed in the table onto my reports. It's in the table correctly so what am I missing that I'm not able to get it to display everywhere else correctly.
Thank you in advance.
mhansler2000@yahoo.com