Dim tdf As DAO.Tabledef
For Each tdf in CurrentDb.Tabledefs
If Instr(1, tdf.SQL, "tblOp-Type") > 0 Then
tdf.SQL = Replace(tdf.SQL, "tblOp-Type", "tblOpType")
End If
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.