CODEWIZ.TXT

Here is a new wizard you can add to your collection.  This allows you to
format and paste in a code framework for writing functions that follow a
certain format.

The Code Wizard allows you to look at the generated code before inserting
it into your module so you can make changes or just check the code.

The Code Wizard also allows you to either a) copy the code to the clipboard
where you can manually paste it in your module, or b) automatically paste the
Code Wizard code into your module (you must launch CodeWizard from the open module
that you wish to insert the code into).

To use this wizard, copy CODEWIZ.MDA to your Access directory, (assume 
it's called C:\ACCESS.)  Add the following setting to the [Libraries] 
section in your MSACCESS.INI file...

c:\access\codewiz.mda=rw

If you don't have one, add the following section...

[Menu Add-Ins]

...and add the following entry in this new section...

&Code Wizard==StartCodeWizard()

(the "==" is intentional.)  When you re-start Access and open a 
database, the choice you added above will appear in the Help menu.  
Choose it and off you go...

**NOTE**
This is my first attempt at writing a wizard.  I've been developing in MSAccess
for quite a while, and decided that it was time that I write something to help
me write code.  Although this is the first version of Code Wizard, I intend to
soup it up and make it really comprehensive any time that I get the chance.

It's helped me alot in setting up a framework for writing functions so that all of my
code is somewhat consistent because I work with a programming team.

I hope that you enjoy using it.  If you have any questions or comments about CodeWizard,
or suggestions for how I might make it better, please do not hesitate to contact me
at either of the following locations:

Compuserve: 71563,1607
  Internet: cliffv@dorsai.dorsai.org
	    cv@marketarts.com

Thanks,

Cliff Vick
Market Arts Software, Inc.
