I want to create some coding in my form that looks through the table InventoryTransactions at all the entries under RecordID after randomizing a number, to see if there is a duplicate entry, if there is randomize another number until I find one. I am having trouble getting the code to work, I would assume I would need a loop.
I have an external ID (RecordID), and an internalID (DealID Autonumber, no duplicates). I tried to make the RecordID have no duplicates as well, but it would not let me do it. So I think my above idea is the best way.
Thanks
I have an external ID (RecordID), and an internalID (DealID Autonumber, no duplicates). I tried to make the RecordID have no duplicates as well, but it would not let me do it. So I think my above idea is the best way.
Thanks