Hi:
I am having an issue with a query not being able to be edited. I created a database with an ODBC connection to my company's Warehouse Management System. However, for purposes of auditing product from specific sections, and the ODBC table being unable to be edited, I created a new table called tblTargets created through an append query which adds the column "Target Pallet" as a Yes/No check box and filters by quarantined product. This also has the following columns which can be found in the ODBC linked table as well - SAP#, PalletID (key), Pallet#, Notes. In order to only see product that we have currently as opposed to seeing all product ever appended I created a table which exclusively has columns from the editable table as its source, but creates a relationship between the editable table's Pallet ID and the Pallet IDs on the ODBC table. This ensures that only product present in the plant is shown and product shipped is omitted.
I believe that since the ODBC table cannot be edited and the relationship exists, that this makes it so that my query cannot be used to edit the tblTargets table. Is there a work around here so that I can use the ODBC table to filter out non-existent products, but can also edit the tblTargets table through the query?
Thank you and Cheers
I am having an issue with a query not being able to be edited. I created a database with an ODBC connection to my company's Warehouse Management System. However, for purposes of auditing product from specific sections, and the ODBC table being unable to be edited, I created a new table called tblTargets created through an append query which adds the column "Target Pallet" as a Yes/No check box and filters by quarantined product. This also has the following columns which can be found in the ODBC linked table as well - SAP#, PalletID (key), Pallet#, Notes. In order to only see product that we have currently as opposed to seeing all product ever appended I created a table which exclusively has columns from the editable table as its source, but creates a relationship between the editable table's Pallet ID and the Pallet IDs on the ODBC table. This ensures that only product present in the plant is shown and product shipped is omitted.
I believe that since the ODBC table cannot be edited and the relationship exists, that this makes it so that my query cannot be used to edit the tblTargets table. Is there a work around here so that I can use the ODBC table to filter out non-existent products, but can also edit the tblTargets table through the query?
Thank you and Cheers