The data for the report is in one table - tblTimeCards. The critical fields are [ProjectID], [WorkDate], [Description] and [BillableHours]. For audit purposes, I need to create a report for each [ProjectID] which will display the [WorkDate], [Description] and [BillableHours] in chronological...
My Access 2K to Word 2K mail merge module is:
***********************************************************
Function MergeDoc(varDocName, varQryName)
Dim objWord As Word.Document
Set objWord = GetObject(varDocName, "Word.Document")
' Make Word visible
objWord.Application.Visible...
I have an Access 2000 database with two critical tables, tblClients and tblChildren. I am trying to generate a query which will produce a one record recordset for use with Word 2000 Mail Merge documents. The desired recordset would include the needed client information and the names and DOBs...
I am using Access 2000, Excel 2000 and Word 2000. In Access, I collect various personal income and expense data, then, through the use of a command button, export that data to an Excel workbook with several sheets, the two which use the Access data being "Data" and "Form".
The command button...
I am using Access 2000. My database consists of client personal info data (name, address, SSN, DOB, etc) [tblClients] and is used primarily for document prep using Word 2000 mail merge documents. The primary key is the Client File Number [FileNumber]. I use a TAB CONTROL form to enter new /...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.