How to append two memo fields

State

Registered User.
Local time
Today, 06:46
Joined
Apr 16, 2001
Messages
25
I have two tables that each contain a memo field. I would like to know if it is possible to have an append query that only appends the contents of the one memo field in the one table to the contents of the other memo field in the second table. Thank you.
 
you can construct a query that concantenates both memo fields then append it to the table you want to add it to.

HTH
 

Users who are viewing this thread

Back
Top Bottom