Code:
If Me!ClientID = 147 Or 151 Or 187 Or 189 Or 190 Or 191 Or 193 Or 197 Or 198 Or 199 Then
.... do something
End If
Is this the corrrect way to limit the "do something" action to take place for the desired 10 clients?
What is happening is clients other than the 10 in the list are performing the "do something".
This event is on a fields "after update" in a subformB that has a one to one relationship to another subformA that has "n" number of entries (some for the desired 10 clients and other clients as well).
I know hard coding client IDs is kind of lame but that's what it is for now.
Last edited: