Friday, February 2, 2018

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.

If something in list exists in another list Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team