VBA Password

A

a

Thank you:
I have create data base protected by VBA Password

I have a form Switchboard (start) form

I have no menu no shortcut in my program (custom program)

My Question is:

I'm using copy object or transfer data base to copy (form) to another data
base:

Is there any way to pass the password to VBA using Code

I mean give VBA the password and check if password correct transfer the
((form))

I hope you understand me
 
A

anuj kumar

I am copying password protected form ( password on vba code) with the help of copyobject function in vc++ from access adp to access database.
It copy only those form that's vba code is not password protected and not copy password protected object.
my code is

oDCmd.CopyObject(COleVariant(pApp->FileSavePath),COleVariant(FormName),2,COleVariant(FormName));

this function not give any error but not recover password protected object.

plz help me

thank's



a wrote:

VBA Password
07-Feb-08

Thank you:
I have create data base protected by VBA Password

I have a form Switchboard (start) form

I have no menu no shortcut in my program (custom program)

My Question is:

I'm using copy object or transfer data base to copy (form) to another data
base:

Is there any way to pass the password to VBA using Code

I mean give VBA the password and check if password correct transfer the
((form))

I hope you understand me

Previous Posts In This Thread:

VBA Password
Thank you:
I have create data base protected by VBA Password

I have a form Switchboard (start) form

I have no menu no shortcut in my program (custom program)

My Question is:

I'm using copy object or transfer data base to copy (form) to another data
base:

Is there any way to pass the password to VBA using Code

I mean give VBA the password and check if password correct transfer the
((form))

I hope you understand me

EggHeadCafe - Software Developer Portal of Choice
..NET GDI+ - Convert BitMap To Jpeg
http://www.eggheadcafe.com/tutorial...accd-8291f3c89dfe/net-gdi--convert-bitma.aspx
 

Ask a Question

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.

Ask a Question

Top