TheresAlwaysAWay
Programmer
I have what is to the eye a simple append query. I'm posting a picture of the query structure with the message, and a picture of the table content.
The SQL for the query is::
I don't see why it's trying to create 5 duplicate rows. Hoping someone can assist.
The SQL for the query is::
Code:
INSERT INTO CVInsQuotes ( CVID, Company, Quote )
SELECT [Forms]![CommercialVehicles]![CVID] AS CVID, 'National General' AS Company, [Forms]![CommercialVehicles]![NatGen] AS Quote
FROM CVReferrals;
I don't see why it's trying to create 5 duplicate rows. Hoping someone can assist.