Peter's
Software
|
|
Application BeginningsThese are some example databases that show startup processes for an effective, professional Microsoft® Access® application. Feel free to copy them and use them as part of your application. Start with these samples before you create your first form or table! Stage 1Use an autoexec macro to run a special function from a special module that handles houskeeping tasks related to application startup. Download
ab1.zip
- For Access 97, 2000, 2002/XP, 2003 (84 KB) Stage 2Deal with references. Check library references, try and fix them if broken, report broken references and quit if they can't be fixed. Also, set a DAO or ADO reference according to your application's needs. Download
ab2.zip
- For Access 97, 2000, 2002/XP, 2003 (328 KB) Stage 3Refresh table links. Two tables in your application front-end hold the database names and table names for the linked tables in your database. This procedure deletes and re-creates each link on application startup. Download
ab3.zip
- For Access 97, 2000, 2002/XP, 2003, and 2007 (501 KB) Stage 4Maintain a persistent recordset connection with your database back end to eliminate an annoying multi-user performance issue. Download
ab4.zip
- For Access 97, 2000, 2002/XP, 2003, and 2007 (525 KB) Stage 5Coming soon... InstructionsDouble-click the downloaded zip file to open it, then extract the .mdb file corresponding to your Access version to a folder on your computer. Double-click the extracted .mdb file to see the demo. Please see
the included readme.txt file or help file for further instructions on
application usage. Technical SupportFor technical
support for this application, please send an e-mail message to: info@peterssoftware.com PriceFree! |
|