amorosik
Member
- Local time
- Today, 15:34
- Joined
- Apr 18, 2020
- Messages
- 518
I have a vba routine that adds to the MSYSImexSpecs table some export specifications suitable for the tables I want to export
I see that a newly created .accdb file does not contain the MSYSImexSpecs and MSYSImexColumns tables
So I assume they are created on the fly when the operator manually saves the first export spec
So if I start my vba routine to programmatically add my export specs it returns a nice 3078 (table not present)
The question is: how to do, via vba, to allow Access to create the MSYSImexSpecs and MSYSImexColumns tables?
I see that a newly created .accdb file does not contain the MSYSImexSpecs and MSYSImexColumns tables
So I assume they are created on the fly when the operator manually saves the first export spec
So if I start my vba routine to programmatically add my export specs it returns a nice 3078 (table not present)
The question is: how to do, via vba, to allow Access to create the MSYSImexSpecs and MSYSImexColumns tables?