How can I change the following not to include tables with _Bak_ in the table name?
The following is not working?
And tdf.Name “*_Bak_*” _
Thanks, John
If (tdf.Attributes And (dbSystemObject Or dbHiddenObject)) = 0 _ And tdf.Name "zTableFields" _ And Left(tdf.Name, 1) "~" _ And Left(tdf.Name, 2) "ez" _ And tdf.Name "*_Bak_*" _ Then