HELP!,
I have been working on this project for 4 months now and I have one more peice of the puzzle to work out. I have a program where I access an AC97 backend and I wish to password protect that back end is there anyway, using DAO, to pass the password back to the database here is what I have:
of course I get a runtime 3031 and not a valid password description. So how do I do it. OK geniuses have at it
Thanks
Scoty : "Learn from others' mistakes. You could not live long enough to make them all yourself."
-- Hyman George Rickover (1900-86),
I have been working on this project for 4 months now and I have one more peice of the puzzle to work out. I have a program where I access an AC97 backend and I wish to password protect that back end is there anyway, using DAO, to pass the password back to the database here is what I have:
Code:
Set ldbBrains = OpenDatabase(App.Path & "/mdb/Brain.mdb")
Thanks
Scoty : "Learn from others' mistakes. You could not live long enough to make them all yourself."
-- Hyman George Rickover (1900-86),