J
Jess
I am attempting to create the following query, but I keep
getting a "Type Conversion Failure". I want to update a
Relationships Established field in a Relationship Managers
Table from the User ID field in the RMClients table using
the DCount function where the RMLastNames are equal. The
query I wrote was:
Field = RelationshipsEstablished
Table = TBL_RelationshipMangers
Update To =
DCount([UserID],"TBL_RMClients",[TBL_RMClients]![RMLastName]=[TBL_RelationshipManagers]![RMLastName])
Criteria =
[TBL_RelationshipManagers]![RMLastName]=[TBL_RMClients]![RMLastName]
I need to count the number of user IDs in a table under a
particluar Last Name and place that number in a field in
another table.
Can someone please tell me what I'm doing wrong?
getting a "Type Conversion Failure". I want to update a
Relationships Established field in a Relationship Managers
Table from the User ID field in the RMClients table using
the DCount function where the RMLastNames are equal. The
query I wrote was:
Field = RelationshipsEstablished
Table = TBL_RelationshipMangers
Update To =
DCount([UserID],"TBL_RMClients",[TBL_RMClients]![RMLastName]=[TBL_RelationshipManagers]![RMLastName])
Criteria =
[TBL_RelationshipManagers]![RMLastName]=[TBL_RMClients]![RMLastName]
I need to count the number of user IDs in a table under a
particluar Last Name and place that number in a field in
another table.
Can someone please tell me what I'm doing wrong?