D
dksj67 via AccessMonster.com
I would like to search a table (Table1) field for a specific text value (call
it FieldName2) that begins with the letter z. If it does then I would like to
make another field (Call it FieldName3) blank. What syntax would I use? this
is basically what I am trying to do:
For each record in table
If Left(Fieldname2) = z then
FieldName3.text = ""
End If
Next
Dan Kreiling
it FieldName2) that begins with the letter z. If it does then I would like to
make another field (Call it FieldName3) blank. What syntax would I use? this
is basically what I am trying to do:
For each record in table
If Left(Fieldname2) = z then
FieldName3.text = ""
End If
Next
Dan Kreiling