VB Programing support Access Database Microsoft Office VB.Net & SQL Server nev@NevVB.com.au Sydney, Australia (02) 9453-0456 Contact Details 28/01/2012
The design environment of Access 2007 is very different from Microsoft Access 2003. The Visual Basic Integrated Development Environment is (thankfully) unchanged. Toolbars and Menus have been replaced by the Ribbon. There are minimal productivity gains, if any, from the new Ribbon. The Ribbon can be frustrating when trying to find routines. The Ribbon may need to be minimised or hidden, as it occupies much of the screen. The second Service Pack for Microsoft Office is now available. Many of the issues with the original release have been resolved. There are still some issues from past Access versions that have not been fixed.
But …
Security messages are a pain. Whenever a Macro (or Function or Procedure) is run, the message "A potential security concern has been identified" appears. To get rid of these messages, the Access database will need to be saved to a Trusted folder.
Place all the database files into the Folder that you have marked as Trusted. You should not get any Security warnings again for the database.
Upgrading using .mdb database files.
Upgrading using .accdb database files.
All conversions should be thoroughly checked!
But