I have two lists,
List A [Document Number, Name, Title,...] (document library)
List B [Information Number, Name, Title, Document Number] (simple list)
Now List B is getting all documents from List A as lookup column and letting user add documents name to List B specific Information Number, which can have 0, 1 or many documents.
Now I want to find out if List B has any document assosciated with it or not, but I can't think of any short way of doing it, Can someone recommend me the best way of doing it please.

