Recent content by Stefan63

  1. S

    CreateTableDef changes Tablename "dbo_Contact" in "dbo.Contact"

    The problem is solved by Microsoft: The new version 2301 (Build 16026.20146) released on 26th January, should provide a fix for this bug. For me the problem is solved with this version. Thanks for helping me solve the problem.
  2. S

    CreateTableDef changes Tablename "dbo_Contact" in "dbo.Contact"

    I have the following VBA code line: Set td = CurrentDb.CreateTableDef(strLocalTableName, dbAttachSavePWD, strRemoteTableName, strConnect) strLocalTableName = "dbo_Contact" td.Name = "dbo.Contact" The functionCurrentDb.CreateTableDef changes a "_" in a "." This doesn't occur on a...
Back
Top Bottom