Replacement for VBA
Will VSTA or VSTO document-level integration be available for Access 2007, and which one would be the best replacement for VBA in Acces-applications?
None of the above. If you want to go to a .NET solution, I outlined the
options open to you in my reply today, in a newsgroup.
It actually doesn't make any sense to use VSTO because, for a database
application, it should be simple enough to create a WinForm application
front-end to the database, using ADO.NET. Unlike other Office
applications, you don't need to be in the application to allow users to
work with the data. If you want .NET support, then you supposedly want
to use the capabilities the .NET Framework provides: securty, WinForms
controls, etc.
-- Cindy Meister