Why does
append from driver for driver.date_term=ctod(' / / ')
returns 0 records yet
select driver
browse for driver.date_term=ctod(' / / ')
displays several records.

Also
why can I not use the append command with a combo for expression such as:
for driver.date_term = ctod(' / / ') and !inactive
Yet the browse version will display records in a code windows but as an APP
I get no data.

NOTE:
date_term is a date field
inactive is a logical field.