L
Larry Linson
Is there a way I can use VB code
and not VBA code in Access?
No. But the core language is identical in classic VB and in VBA, so I am not
sure why one would want to use VB instead of VBA.
The reason I want to do that is that
I want to export a table in a very
specific way to a .txt file, and I don't
want to use a wizard to do that,
because I want to automate the process.
VBA has all the capability to do what you want... builtin File I/O
statements, just like VB. For your information the VBA6 library is part of
VB6 and contains the core lanuage of VB6. What features or functions did you
think would be lacking?
VBA is not dependent on Wizards -- I'm not sure where anyone would get the
idea that it is.
Larry Linson
Microsoft Access MVP