View Single Post
 
Old 04-18-2015, 01:19 AM
gmayor's Avatar
gmayor gmayor is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2014
Posts: 4,142
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

It won't begin to work as you have it because the field names do not match what is in the example data file.

If you want to pursue this approach, then see Paul Edstein's tutorial which you can download from http://www.gmayor.com/downloads.htm.

You might find it simpler to use http://www.gmayor.com/ManyToOne.htm? There are however two provisos relating to your data.

1. Don't use the # symbol in field names
2. You can't use a child field as the key field, but as all the records in the table relate to the same name, you don't need the name field in the table. If you put it in the header instead you get:

__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote