If something in list exists in another list
Hi I have 2 lists which contains results from a database query. One with available services and one with services that have already been done.
How do I compare these 2 when listing available services so it doesn't list the already done services?
e.g. if list1.Service1 exists in list2, then skip over it.
0 comments:
Post a Comment