Notes:
	Install this under the directory "C:\Apprais" or be prepared to 
	modify code to get it to "run"!

	This procedure accesses a FoxPro 2.5 database via VB's Data Control.

	It is a simple example of using built in data controls including
	the methods: Edit, AddNew, Delete, & Update as they operate on 
	the "recordset" of a data control.

	i'm sure it can be vastly improved upon.  Hopefully it will serve as 
	a complement to Tim Anderson's much appreciated ADR.zip which uses 
	subroutined assignments of database variables instead of objects bound 
	to the data control.

Caution:
	This is a demo only; It may not work perfectly or the way you would
	want it to work.  Please incorporate the code into your own with 
	caution!

The next step:
	How the heck do you search and offer the user a choice of records
	that meet a given criteria (While preserving your data controls
	relationship to the dynaset that you've selected...)?

Copyright:
	This software is Copyrighted 1993 by Barry G. Tucker.

Yours, 
	Barry G. Tucker  70324,2404       PowerPro Systems, Inc.
	FoxPro DOS, WIN & VB

ALL COMMENTS WELCOME AND APPRECIATED!