Hello people,
I have a problem to which I've been trying to find a solution without result.
I have two tables; tblClientGroups and tblClients
tblClientGroups has the following fields; Group ID (PK) and GroupName
tblClients has the following fields; Client ID (PK), Group ID (FK), ClName, ClSurname, ClPhone, ClAddress
I have these two tables linked and a query; qryClientInfo which is based on these two tables. It contains; Group ID, GroupName, Client ID, ClName, ClSurname and ClPhone.
I have made a subform from qryClientInfo. It works fine and shows everything what is needed but I'm unable to create a new group for an existing client. The group goes into the tblClientGroups but the group id and name doesn't show in Group ID and GroupName in the subform.
Can you help me with this?
Thanks in advance.
I have a problem to which I've been trying to find a solution without result.
I have two tables; tblClientGroups and tblClients
tblClientGroups has the following fields; Group ID (PK) and GroupName
tblClients has the following fields; Client ID (PK), Group ID (FK), ClName, ClSurname, ClPhone, ClAddress
I have these two tables linked and a query; qryClientInfo which is based on these two tables. It contains; Group ID, GroupName, Client ID, ClName, ClSurname and ClPhone.
I have made a subform from qryClientInfo. It works fine and shows everything what is needed but I'm unable to create a new group for an existing client. The group goes into the tblClientGroups but the group id and name doesn't show in Group ID and GroupName in the subform.
Can you help me with this?
Thanks in advance.