P
pat67
I am using Access to track on time delivery. I have a query set up to
use the table of received orders I imported and a table of lead times.
The problem was if a lead time changed from say 60 days to 120 days,
it was globally affected. I since set up a new table with updated lead
times and a date in which they were updated. I then used an if
statement to look at the updated lead time only if the order was
placed after the corresponding date. I recently updated the lead times
again and now some of the parts occur twice in the updated table and
therefore I am getting duplicates. How can I resolve this issue?
use the table of received orders I imported and a table of lead times.
The problem was if a lead time changed from say 60 days to 120 days,
it was globally affected. I since set up a new table with updated lead
times and a date in which they were updated. I then used an if
statement to look at the updated lead time only if the order was
placed after the corresponding date. I recently updated the lead times
again and now some of the parts occur twice in the updated table and
therefore I am getting duplicates. How can I resolve this issue?