B
bhammer
I've made some design changes to forms and I want to import all the data from
the old version into this new, shiny one. In VBA how can do
docmd.TransferDatabase acImport, ,"MyOldAccessFile", AllTables,
NoRelationships? or the like?
The equivelent of File/GetExternalData/Import, then in the Import Objects
dialog selecting the Tables tab, clicking Select All, clicking Options and
un-checking Relationships.
the old version into this new, shiny one. In VBA how can do
docmd.TransferDatabase acImport, ,"MyOldAccessFile", AllTables,
NoRelationships? or the like?
The equivelent of File/GetExternalData/Import, then in the Import Objects
dialog selecting the Tables tab, clicking Select All, clicking Options and
un-checking Relationships.