Hi Brad,
Many thanks for your reply.
The "DELETE*" was a typo, the complete statement is below. It dos return "Query was empty" but the table does contain records where the flight field has "FR" in the content.
Example:
EZY8660
HV6144
FR8297
JK336
LS880
FR5578
$sql = mysql_query("DELETE * FROM RemoveAllButFR WHERE Flight NOT LIKE 'FR%'");
mysql_select_db($database_flightq, $flightq);
$Result1 = mysql_query($sql, $flightq) or die(mysql_error());