We are upgrading to Windows XP from Windows NT.
This means Access 97 will be replaced with Access 2002.
As we currently have many many many Access 97 databases scattered around the department, what problems can I expect when we convert them all to the new version?
I know I can read the MSDN...
Hi
Anyone have any idea why the code belwo works for all my network drives but not if I do a search in the C: hard drive?
With Application.FileSearch
.LookIn = "C:\TEMP"
.FileName = "*.mdb"
If .Execute() > 0 Then
MsgBox "There were " &...
True, thanks.
I have also discovered that my Domino reference object was missing and the ActiveX component was not registered.
A case of RTFM...
This was very useful...
OK, I have working - it was a case of RTFM! :-)
The Helpfile at the link below gives instructions about how to register the required Domino ActiveX component.
In this case, go to the DOS command prompt and change directory to C:\Program Files\Notes then type "regsvr32 nlsxbe.dll"...
Definitely Notes Release 5.08 and I have Lotus Domino Object set to the domobj.tlb file.
I wonder if has something to do with my registered ActiveX components..how do I find out which Lotus / Domino are required?
Your patience and help is much appreciated.
Good point Richie!
I am now getting error 429 (ActiveX component cannot be created) which apparently could be related to the windows registry, ocx's and dlls or my workstation admin rights... all a bit beyond me and I'm afraid I am losing the will to carry on... :-(
Are you aware of any other...
Hi
I wish to automate the detachment of email attachments from ny Notes (Version 5.08) to a given path.
I am using Access 97 VBA to access the Domino COM on NT.
The code below errors ("Object variable or with variable not set") at the indicated line.
Any ideas anyone?
Many thanks...
Got your spreadsheet Richie, but get same problem:
"Run-time error 91, Object variable or With block variable not set."
I think the is the Domino.NotesSession and Domino.NotesDatabase variable are not set in the code and I am not sure hwo to do this.
I only have Notes R5 installed...
Got your spreadsheet Richie, but get same problem:
"Run-time error 91, Object variable or With block variable not set."
I think the is the Domino.NotesSession and Domino.NotesDatabase variable are not set in the code and I am not sure hwo to do this.
I only have Notes R5 installed...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.