Purpose
Use DAO to add records to a database.

	Method
Use the Dtaabase object's Execute method to execute an INSERT SQL statement.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling.