Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot Load DLL: '?????L?', run-time error '3633'

Status
Not open for further replies.

Lammers

Programmer
Sep 5, 2001
12
0
0
HK
Has anyone come across this before in Access 2k under Win2k?

run-time error '3633'
Cannot Load DLL: '?????L?'

It was very easy to produce this via a module.
Public Sub test()
Dim abc As Workspace

Set abc = CreateWorkspace("abcdef", "test", "test", 1)
abc.Close
Set abc = Nothing
End Sub

The error occurs right on CreateWorkSpace.
I thought it might be a missing DAO 3.6 reference, but nope, it's there in access reference.

Weird happenings.

Peter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top