D
Derek Hart
Is there a way to build an ADE using VBA if I am in the ADP I wish to use to
create the ADE?
Derek
create the ADE?
Derek
Only using sendkeys.
You would have to unload the ADP before you could use the
undocumented syscmd to create the ADE.
Access does this silently, which is why it always tries to run
your startup code after making an ADE. It has unloaded and
reloaded in order to create the ADE from the ADP. Access
can do this because it runs code outside the ADP to unload
and reload the ADP. You can put code in your ADP to unload,
but you won't be able to run code to reload. You could try
in a Wizard. I use a separate VB or VBS application.
(david)
david epsom dot com dot au said:Well, like I said, I use VBS or VB, not code inside
the file I want to make.
(david)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.