As Sylvain points out, you sort of can.
The problem is if you create an instance of the access runtime, because you
can't supply the file name to open when you do this, the runtime actually
shuts down by itself.
However what you can do is shell out and launch a copy of the runtime using
shell. When you do this, then you can provide the access database files open
as a parameter in that shell command.
Once the addition of Access is launched and running, then you can use get
object in your code.
So you are free to use late binding, and in fact I think even early might
work, but you cannot use create object, you have to use get object to get a
running instance of access.
So the only change or limitation is that you have to have Access running and
launched before you attempt automate access runtime.
The above limitation does not exist for the full Eddition of Access, but as
the KB article linked to shows you can well work around this limitation.