Selecting a Unique Record Identifier dynamically with vba?
问题 I'm trying to automate the process of adding a linked table in MS Access. I've gotten it to work in so far as adding the linked table, ' RUN ME Sub testItOut() Dim loginInfo As New AuthInfoz loginInfo.workgroup = "E:\xxxdatas\SEC\Secured.mdw" loginInfo.username = "XXXXX" loginInfo.password = "XXXX" loginInfo.dbs = "E:\xxxdatas\username\Report.mdb" Call DeleteRelinkToViewAndRename(loginInfo, "sometable", "ServiceProvision_Schema.hrpersnl") End Sub ' Deletes the old table and relinks it ' to