fortwrestler
Registered User.
- Local time
- Today, 15:42
- Joined
- Jan 15, 2016
- Messages
- 50
Hello,
I'm working on a database that imports data from an Excel file generated by SAP. The excel file shows all of the inventory(HU) that are blocked for certain reasons.
Once the HU is removed from the blocked status in SAP, it is no longer generated onto the Excel file.
Is there a way in Access to say if "xx HU" is not present, then the block status is lifted without manually changing the status?
I know this may be phrased in a confusing manner so I'll try to give an example.
Day 1 Excel :
HU: 1000 is Blocked
HU: 1001 is Blocked
HU: 1002 is Blocked
Day 2 Excel:
HU: 1001 is Blocked
HU: 1002 is Blocked
(HU:1000 block is lifted so it is not present in this file)
So, I want HU1000 record to remain in the Access Database, i just want the status of it changed to "unblocked" or "completed".
Is there a way to do this when appending an excel file? The HU number is indexed with no-duplicates to prevent it from becoming multiple records.
I'm working on a database that imports data from an Excel file generated by SAP. The excel file shows all of the inventory(HU) that are blocked for certain reasons.
Once the HU is removed from the blocked status in SAP, it is no longer generated onto the Excel file.
Is there a way in Access to say if "xx HU" is not present, then the block status is lifted without manually changing the status?
I know this may be phrased in a confusing manner so I'll try to give an example.
Day 1 Excel :
HU: 1000 is Blocked
HU: 1001 is Blocked
HU: 1002 is Blocked
Day 2 Excel:
HU: 1001 is Blocked
HU: 1002 is Blocked
(HU:1000 block is lifted so it is not present in this file)
So, I want HU1000 record to remain in the Access Database, i just want the status of it changed to "unblocked" or "completed".
Is there a way to do this when appending an excel file? The HU number is indexed with no-duplicates to prevent it from becoming multiple records.