C
COLECIOA
I am using an acces query to merge into a word document. I have run into a problem when merging the fields wich contain combo boxes. When I complete the merge process my finished document shows the ID column instead of the column I wish to show.
Combo Box contains the Rank Cap column showed bellow and is used to fill data under the Rank column of my primary database.
ID RANK CAP RANK ABBREVIATIO
1 CORPORAL Corporal CP
2 SERGEANT Sergeant SG
3 STAFF SERGEANT Staff Sergeant SSG
4 GUNNERY SERGEANT Gunnery Sergeant GYSG
The merge field looks like «RANK» «FIRSTNAME» «MI» «LASTNAME» «SSN»
When I merge the query the result is 1 Antonio Colecio 123 45 678
For the merge field «RANK» it merges the ID column. My query shows the Rank Cap.
How could I change it so It could show the rank cap once it is done merging.
Combo Box contains the Rank Cap column showed bellow and is used to fill data under the Rank column of my primary database.
ID RANK CAP RANK ABBREVIATIO
1 CORPORAL Corporal CP
2 SERGEANT Sergeant SG
3 STAFF SERGEANT Staff Sergeant SSG
4 GUNNERY SERGEANT Gunnery Sergeant GYSG
The merge field looks like «RANK» «FIRSTNAME» «MI» «LASTNAME» «SSN»
When I merge the query the result is 1 Antonio Colecio 123 45 678
For the merge field «RANK» it merges the ID column. My query shows the Rank Cap.
How could I change it so It could show the rank cap once it is done merging.