Dimitry- my label document is formatted as follows:

Dimitry, my label document is formatted as follows:
«TableStart:AddressList»
«AddressLine1»
«AddressLine2»
«City», «State» «Zip»«TableEnd:AddressList»
Resulting output…
«TableStart:AddressList»
927 SW Castilian Drive
Oak Harbor, Washington 98277«TableEnd:AddressList»
Why are the Table markers appearing? Why do I not see all records? Thank you.

You are most likely using MailMerge.Execute whereas your template contains merge region(s) so you need to use MailMerge.ExecuteWithRegions instead. Otherwise, please post your code and attach your template here.