I have a word document which I need to add the results of a query.
This queries the database for a specific customer and displays the product(s) they have purchased. They may be as many as 10 records.
This is to be formatted in tables, as shown below:
I can't seem to get this working properly.
(1) I want the cust_name and cont_name to display only once.
(2) Table area below: I am able to display the fields that are required, but the format seems to be whatever is available in Word.
Can someone please help me with this.
___________________________________________________________
Customer Name: cust_name
Contact Name: cont_name
Product License Key Cust # Serial #
______________________________________________________
Prod_Name Lic_Key Cust_Num Serial_Num
This queries the database for a specific customer and displays the product(s) they have purchased. They may be as many as 10 records.
This is to be formatted in tables, as shown below:
I can't seem to get this working properly.
(1) I want the cust_name and cont_name to display only once.
(2) Table area below: I am able to display the fields that are required, but the format seems to be whatever is available in Word.
Can someone please help me with this.
___________________________________________________________
Customer Name: cust_name
Contact Name: cont_name
Product License Key Cust # Serial #
______________________________________________________
Prod_Name Lic_Key Cust_Num Serial_Num