J
Jess
I have set up a query that states:
Field = TrustAccountsIncluded
Table = TBL_RelationshipManagers
Update To = DCount("UserID","TBL_RMClients","[RMLastName]
='" &[TBL_RelationshipManagers].[RMLastName] & "'")
But now, I want to add one more stipulation that says only
count the records where the field Duplicate in the table
CustomerAccounts is equal to No (I have it in the table as
a Yes/No field type), can someone help me with this?
Field = TrustAccountsIncluded
Table = TBL_RelationshipManagers
Update To = DCount("UserID","TBL_RMClients","[RMLastName]
='" &[TBL_RelationshipManagers].[RMLastName] & "'")
But now, I want to add one more stipulation that says only
count the records where the field Duplicate in the table
CustomerAccounts is equal to No (I have it in the table as
a Yes/No field type), can someone help me with this?