This is an example as to how the CALENDAR OCX can
be used.  In this example three tables are used
to populate the PIM form:

	- tblDIM : this table contains all
		detail information.

	- tblNetNames : contains all users names.
		A domain function is used to return
		the nick name of the user. The criteria
		used in the Login Name (when open in
		network environment) or CurrentUser()
		on stand alone.

	- tblProjects : Populates the combo control
		on the PIM form.  

IMPORTANT! tblProjects and tblNetNames need to have
	a One - to - Many relationship defined. 
	Referential Integrity needs to be enfored w/
	cascade deletes and updates.

Len Schmidt
Compuserve [76736,710]