BBK
Registered User.
- Local time
- Today, 02:08
- Joined
- Jul 19, 2010
- Messages
- 71
I have two tables
Property Table and Tenant Table
I have TenantID in both tables:
Tenant Table -> TenantID is the primary key
Property Table -> TenantID is the foregin key
Joined with a one to one relationship, because my thinking is only one tenant can have one property at one time
I have a form running on top of the Property table.
I have a textbox in the Property form where i would like to display the First and Last name of the person that is currently leaseing the selected property
I have spent 5 hours trying to get is to display the name but i have lost most of my hair at this stage trying to get it to work.
Keep getting the same error more or less, which is as follows:
Can anyone please point me in the right direction to rectify this problem.
Thank you in advance for any help.
Property Table and Tenant Table
I have TenantID in both tables:
Tenant Table -> TenantID is the primary key
Property Table -> TenantID is the foregin key
Joined with a one to one relationship, because my thinking is only one tenant can have one property at one time
I have a form running on top of the Property table.
I have a textbox in the Property form where i would like to display the First and Last name of the person that is currently leaseing the selected property
I have spent 5 hours trying to get is to display the name but i have lost most of my hair at this stage trying to get it to work.
Keep getting the same error more or less, which is as follows:
Can anyone please point me in the right direction to rectify this problem.
Thank you in advance for any help.