[AccessD] Basic Scripting Question

pcs at azizaz.com pcs at azizaz.com
Wed Oct 3 00:39:01 CDT 2007


Hi,
I am discovering the world of scripting / vbscript

Coding in VBA  (Access2003)

In the context for a code line like

    Set fs = CreateObject("Scripting.FileSystemObject")


how can I get intellisence into the created object?

So that if I code fs.    the various properties and methods 
will appear

What reference do I need to set? 

If I set a reference, is that what is called 'early binding'

For the code to work I understand I don't need to set a 
reference, right.
 
But what library is driving the created object, providing 
properties and methods?

borge



More information about the AccessD mailing list