AmyLynnHill
Registered User.
- Local time
- Today, 13:58
- Joined
- Dec 7, 2005
- Messages
- 81
I created the following update queary to extract data from one table and update a field in another. When I run the query it gives me a prompt for the AGENT NUMBER which is the final statement in the query. I'm sure this is user error....can anyone help?
UPDATE MainPendingTable
SET MainPendingTable.AgentAddress1=DW_TEST_D_AGENT.ADDRESS_LINE
WHERE MainPendingTable.SOURCE_AGENT_ID=DW_TEST_D_AGENT.AGENT_NUMBER;
UPDATE MainPendingTable
SET MainPendingTable.AgentAddress1=DW_TEST_D_AGENT.ADDRESS_LINE
WHERE MainPendingTable.SOURCE_AGENT_ID=DW_TEST_D_AGENT.AGENT_NUMBER;