jce...@gmail.com wrote:
>
> Thank you so much Bob, that was it
> I am trying to avoid VBA usage just because I need to list all tables
> in a database, and for each table display the column names. I
> succeeded in doing this through a VBA function but it is not visible
> from outside the Access application (I mean I need to call that
> function from a Java program, which seems to be not possible).
> Thanks a lot again
OK, I thought you were running the CREATE VIEW statement in the query
builder simply to test it before putting it into code. Now I am at a loss as
to why you are using it at all. Creating a view simply involves saving a
query contained in the query builder. Without parameters, it is exposed to
external code as a view, but is simply a saved query in the database. If you
do parameterize it and save it, it is exposed to external code as a stored
procedure, but in Access of course it's simply a saved parameter query.