D
davea
Hi
I am trying to use an update query to copy data from one column in a
table to another column in a different table. Both fields are called
DESCRIPTION in both tables. The two tables are linked using an auto ID
number generated by one table and have a one-to-many relationship.
Tables are called:
LINKED DESCRIPTION
LINKED QTY ID (data copied to this table)
I have set up an update query as follows:
Field: DESCRIPTION
Table: LINKED QTY ID
Update To: [LINKED DESCRIPTION].[DESCRIPTION]
When I view the query the field I want the data copied into is blank
for every record and so the query isn't coping any data at all.
Any ideas how I can do this?
I am trying to use an update query to copy data from one column in a
table to another column in a different table. Both fields are called
DESCRIPTION in both tables. The two tables are linked using an auto ID
number generated by one table and have a one-to-many relationship.
Tables are called:
LINKED DESCRIPTION
LINKED QTY ID (data copied to this table)
I have set up an update query as follows:
Field: DESCRIPTION
Table: LINKED QTY ID
Update To: [LINKED DESCRIPTION].[DESCRIPTION]
When I view the query the field I want the data copied into is blank
for every record and so the query isn't coping any data at all.
Any ideas how I can do this?