Hi all,
Basically in my pure ignorance and this being my first project I have used autonumber to be the "ID" number for my records within a bug tracking system.
To be honest I knew this was an issue after I had split my database a few weeks ago but I just couldnt bring myself to solving it until I knew the database would run correctly on users machines + the miriad of other technical issues had been solved.
However now is the time to get this fixed. So basically what I would like to know is, how exactly do you go about creating a unique identifier? How are these often constructed and has anyone had to create a system within one that is currently being used such as in my situation.
I think I would typically just like to have a pure number which is as close to the normal autonumber as possible as I expect this will reduce the amount of code I have to rewrite with my queries and search functions.
Basically in my pure ignorance and this being my first project I have used autonumber to be the "ID" number for my records within a bug tracking system.
To be honest I knew this was an issue after I had split my database a few weeks ago but I just couldnt bring myself to solving it until I knew the database would run correctly on users machines + the miriad of other technical issues had been solved.
However now is the time to get this fixed. So basically what I would like to know is, how exactly do you go about creating a unique identifier? How are these often constructed and has anyone had to create a system within one that is currently being used such as in my situation.
I think I would typically just like to have a pure number which is as close to the normal autonumber as possible as I expect this will reduce the amount of code I have to rewrite with my queries and search functions.
Comment