-
Hi everyone, had a little help on this, but am still puzzled.
If anyone knows DAO with VBScript, I have an example thread in the internet forum which needs some light shed on it :
http://forums.vb-world.net/showthrea...threadid=28561
Thank you in advance.
Alex Read
-
its a sin
you will be doomed to use DAO with vbscript :)
just ADO
-
call me awkward
I realise that one, & am looking into ADO, but I know ADO better & have used it in theis exact context before.
I cannot understand why this does not want to work now, if anyone can help, please do...
Thank you!
Alex Read
-
Make sure DAO350.DLL is present and registered on the machine. You can use regsvr32.exe to register it.
eg
From Start --> Run --> type:
regsvr32 DAO350.dll
and click OK