A sample database that has an Access Macro ( "DDE Interface from Access to WinWord) which executes a Module "ShellApps". This call several functions which will:
	1) shell WinWord (Minimized) if it is not active
	2) use the current or new instance as a DDE Server
	3) execute several DDE Executes to:

			a) open a new Document in WinWord
			b) determines the document' name by requesting the Topics Item
			c) open the specified Access Database (Defaults to NWIND).
			   (Please note this can be any Access DB)
			d) opens the specified Table (Defaults to Catergories)
			e) extracts the value of the specified fieldnane
			   (Defaults to Category Id)
			f) establishes a Bookmark ("JAZZ") in the new Document
			g) updates the content of the bookmark with the Table Name
			   and number of rows in the table
			h) executes WordBasic commands to insert the contents of
			   individual field in a column in the new document
			
	4) Beeps when done 


Comments/questions are welcome!

			Enjoy,
			Joseph M(Majic). Urda III , CIS # 74230.3301
			A Macro/Module Kind of Guy
