Good afternoon all,
🙂 The code below works fine, but if I wanted the opposite ie
$row = odbc_exec($link,"SELECT Consignments.ReceiverCode, Consignments.Prefix, Consignments.WRef, Consignments.DateReceived, Publishers.PublisherName, Consignments.Invoice, Consignments.Cartons, Consignments.Weight, Consignments.ShipRef FROM Consignments INNER JOIN Publishers ON Publishers.PublisherCode = Consignments.PublisherCode WHERE (((Consignments.ReceiverCode)='$HTTP_COOKIE_VARS[user]') AND (ISNULL/COLOR))");
😕 When Consignments.ShipRef IS NOT NULL how can I get it work. I tried all sorts of combinations but must have miised the obvious!!