M
magicdds-
I have a query with a number of resulting records. I need to check if PARTYID
in any of those records equals PARTYID in my subform.
I was going to put code in the AfterUpdate property of PARTYID on the
subform to check the list of records returned by the query. I know I can
check the first record with a DLookUp statement, but I don't know how to
scroll through all of the records returned by the query, to check the results.
Can anyone suggest how to do this.
Thanks,
Mark
in any of those records equals PARTYID in my subform.
I was going to put code in the AfterUpdate property of PARTYID on the
subform to check the list of records returned by the query. I know I can
check the first record with a DLookUp statement, but I don't know how to
scroll through all of the records returned by the query, to check the results.
Can anyone suggest how to do this.
Thanks,
Mark