J
JonR
UPDATE [AP Reporting Table] LEFT JOIN REAINP01_EP_CONFIG_SN ON [AP Reporting
Table].ENDPT_LABEL = REAINP01_EP_CONFIG_SN.ENDPT_LABEL SET [AP Reporting
Table].[Migrated?] = "Removed"
WHERE (((REAINP01_EP_CONFIG_SN.ENDPT_LABEL) Is Null))
WITH OWNERACCESS OPTION;
AP Reporting Table is local. REAIN01_EP_CONFIG_SN is ODBC linked into the
Access database. The idea here is that the REAIN table is current but does
not retain any history, where the AP table keeps history. If an endpoint is
no longer found on REAIN, it is considered "Removed" and the [Migrated?]
field in the AP table should reflect this. But the query doesn't work. I
can find removed endpoints with a select query, but can't get the table to
update.
--
HTH
JonR
Please rate your posts
Table].ENDPT_LABEL = REAINP01_EP_CONFIG_SN.ENDPT_LABEL SET [AP Reporting
Table].[Migrated?] = "Removed"
WHERE (((REAINP01_EP_CONFIG_SN.ENDPT_LABEL) Is Null))
WITH OWNERACCESS OPTION;
AP Reporting Table is local. REAIN01_EP_CONFIG_SN is ODBC linked into the
Access database. The idea here is that the REAIN table is current but does
not retain any history, where the AP table keeps history. If an endpoint is
no longer found on REAIN, it is considered "Removed" and the [Migrated?]
field in the AP table should reflect this. But the query doesn't work. I
can find removed endpoints with a select query, but can't get the table to
update.
--
HTH
JonR
Please rate your posts