ALT-255 in password

D

David Mueller

I was able to set a password for a database that includes the ALT-255
character. The good it works.

The bad I can't seem to represent that password in a connect string
when I try to link to my database from another MDB file.

Is it possible to represent the ALT-255 in a string? I tried Chr(255) and
that doesn't seem to work.

Thanks
 
D

David Mueller

hmm... well, could be my connect string all-together seeing as how a 10
character, non-complex password isn't working either.
 
Top