Link to home
Start Free TrialLog in
Avatar of kenabbott
kenabbottFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ms access RunSavedImportExport with username/password

Hi

I have some code that runs a docmd.RunSavedImportExport import with the imported tables coming from another Access db.  However this db requries a username/password - is it possible to add this to the RunSavedImportExport code?

Many thanks

Ken
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

hmm, i don't think that the RunSavedImportExport method have that capability.
you need to use vba coding to achieve this.
Avatar of kenabbott

ASKER

Many thanks - what coding would I use?
ASKER CERTIFIED SOLUTION
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial