Ernesto_Paez
MIS
Hi,
I have a table with two fields
field1 =mydbf C(40)
field2 = tick L
So i have these values in the table
I want get rid of the records with the letter "A"
thanks in advance
I have a table with two fields
field1 =mydbf C(40)
field2 = tick L
So i have these values in the table
Code:
MYDBF TICK
100013.DBF F
100013A.DBF F
100174.DBF F
100174A.DBF F
I want get rid of the records with the letter "A"
thanks in advance