hey, I'm doing a search in my script to get all items and their stock in various locations, which returns one line per item per location. problem is, i'm looping the search every 1000 records and then when it hits 1000, it grabs the internal id and then searches for anything with a greater id. all fine and dandy. my issue is that if an item has 4 locations and the first 2 locations are in search position 999, 1000 it then cuts off and ignores the final 2 locations in the next loop.