Have status field in that table call Sold Status & set it as a bit field
everytime an ordered is placed & a turkey is sold... run the update query which would say somethin like this
UPDATE tblNAME SET soldStatus = 1 where Id = "get the ID from the Order Form"
And when you retrieve data from...