SYNTAX 1: |
&l;!--[[Fieldname]]--> |
EXAMPLE: |
Student Name: <!--[[LastName]]-->, <!--[[FirstName]]--> |
REMARK:
|
This tag directs the insertion of contents from source files. Fieldname can be any descriptive name up to 76 characters long. Normally you use the same field names in your database export. |
SYNTAX 2: |
<!--[[Lookup_ValueField]]([[Lookup_KeyField]]=[[Fieldname]])--> |
EXAMPLE: |
Product Name: <!--[[Prod_Name]]([[ProdID_Lookup]]=[[Item_ProdID]])-->
Product Details: <!--[[Prod_Detail]]([[ProdID_Lookup]]=[[Item_ProdID]])--> |
REMARK:
|
This tag instructs Mergemill to take the current content for Fieldname, locate the same value under the Lookup_KeyField column, obtain the content of Lookup_ValueField on the same row and insert it into the output file where this tag is located. |