P
Pwyd
I have the following:
UPDATE VendorRecordsTable SET VendorRecordTable.V_City = [1042-S Summary].City
WHERE VendorRecordsTable.V_AccountNumber=[1042-S Summary].[Vendor Number];
where i'm trying to update the current record in the vendorrecordstable with
data from the 1042-S Summary table, where the two have a matching vendor
number (named v_account number in the first table, and vendor number in the
second table).
whenver i run this query, it puts up a paramter request for 1042-S
Summary.City.
The current query only shows the current vendorrecordstable. there is no
relationship between the vendorrecordstable and the 1042-S summary table,
however, even if i add the 1042-S summary table and put a relationship
between their related fields, it gives the same parameter request. What am i
doing wrong?
UPDATE VendorRecordsTable SET VendorRecordTable.V_City = [1042-S Summary].City
WHERE VendorRecordsTable.V_AccountNumber=[1042-S Summary].[Vendor Number];
where i'm trying to update the current record in the vendorrecordstable with
data from the 1042-S Summary table, where the two have a matching vendor
number (named v_account number in the first table, and vendor number in the
second table).
whenver i run this query, it puts up a paramter request for 1042-S
Summary.City.
The current query only shows the current vendorrecordstable. there is no
relationship between the vendorrecordstable and the 1042-S summary table,
however, even if i add the 1042-S summary table and put a relationship
between their related fields, it gives the same parameter request. What am i
doing wrong?