I have a Qry that is the basis for a word report exported from Access. The concept works, but my difficulty lies in the integration between Access and Word.
One of my fields (ID) has a numberic data type (values 1-5), but throughout my database these values are set to other values (1=Pass, 2=Fail, etc.). I needed to do this as I often need to count records and the number of IDs.
But, when I push my data to table created in Word the values are numeric. So, is there any way that I can state that 1=Pass somewhere in my code or in my query?
Any help would be greatly appreciated!
One of my fields (ID) has a numberic data type (values 1-5), but throughout my database these values are set to other values (1=Pass, 2=Fail, etc.). I needed to do this as I often need to count records and the number of IDs.
But, when I push my data to table created in Word the values are numeric. So, is there any way that I can state that 1=Pass somewhere in my code or in my query?
Any help would be greatly appreciated!