That's what I was afraid of.
Is there a way that I could post them to a second results page and go from there?
In other words, they are inserted as new, but then immediately appear on a second page in a result list containing only those new records?
I've thought about maybe trying to query the highest table id number right before the first insert, then query them on the second page based on that data. But I wanted to check on a cleaner method. There is a chance for error doing it this way because of the off chance that more than one person is inserting records at the exact same time. Thoughts?
Thanks
TroyD