Yes you could do this pretty easily. Just add a recordset to the page to check to see if the item ID is in the OrderDetails table (identifying that it was sold)... Then you can use the "show region if database is empty" and "show region if database is not empty" based on that recordset finding the item in the sold OrderDetails table.