I have an exe I created, which continuously gets errors from my searches not working properly. When I look at the table I find the order the indexes I'm using are changing for no apparent reason.
Ex. I enter the index in this order
1 Lastname
2 Firstname
3 id number
When I go back after the error they will be listed as follows
1 idnumber
2 Lastname
3 Firstname
what makes them shift and how do I stop it?
Thanks
Ex. I enter the index in this order
1 Lastname
2 Firstname
3 id number
When I go back after the error they will be listed as follows
1 idnumber
2 Lastname
3 Firstname
what makes them shift and how do I stop it?
Thanks