M
Mark Kubicki
i'm having syntax problems setting an operator as a variable... any
suggestions would be greatl;y appreciated
If strFileType = ... Then
strCriteria = "<> "
Else
strCriteria = "="
End If
' Loop through all tables in the database.
Set dbs = CurrentDb
For Each tdf In dbs.TableDefs
If Left(tdf.Name, 3) & strCriteria & "tbe" Then
...
thanks in advance,
mark
suggestions would be greatl;y appreciated
If strFileType = ... Then
strCriteria = "<> "
Else
strCriteria = "="
End If
' Loop through all tables in the database.
Set dbs = CurrentDb
For Each tdf In dbs.TableDefs
If Left(tdf.Name, 3) & strCriteria & "tbe" Then
...
thanks in advance,
mark