A family of Microsoft word processing software products for creating web, email, and print documents.
Another option besides those suggested by Charles: Insert a bookmark around each table (and its caption, if any) in the source document. In the other documents, place an INCLUDETEXT field containing the filename of the source document (and its full path, if it isn't in the same folder as the document) in double quote marks, followed by the name of the bookmark on the desired table.
For example, if the file containing the tables is table_sources.docx, and a table containing information about colleges has the bookmark name Colleges, the field code would be
{ INCLUDETEXT "table_sources.docx" Colleges }
or perhaps
{ INCLUDETEXT "C:\Temp\table_sources.docx" Colleges }
Note that backslashes in a path must be doubled in the field code.
When the fields are updated, they'll show the tables. If the tables in the source document are edited, the fields in the other documents must be updated (Ctrl+A, F9).