bogglebeats
Registered User.
- Local time
- Today, 21:48
- Joined
- Dec 19, 2002
- Messages
- 53
hello. i have a form called Clients and a subform within that called Counselling session. The Clients form is linked to a table called Clients and the Counselling session form is linked to a table called Session. One client can have many counselling sessions. I have established the relationship as a one-to-many and have declared the Client ID, Client Last Name, and Client First Name fields from the CLIENTS table to be the basis of the relationship. I have created the same fields in the SESSION table and linked them up using the relationship.
The problem is this. Only Client ID (From CLIENTS Table) gets displayed in the Session Table. Last name and First Name fields dont show up. Is this because Client ID is autoincremented is the original table? Do i need to enforce referential integrity? How do i get last name and first name from the clients table to show up in the sessions table??
ameen
The problem is this. Only Client ID (From CLIENTS Table) gets displayed in the Session Table. Last name and First Name fields dont show up. Is this because Client ID is autoincremented is the original table? Do i need to enforce referential integrity? How do i get last name and first name from the clients table to show up in the sessions table??
ameen