basement131
Technical User
i have the following query.
Random number:Rnd([DE_fjrnldate])
the DE_fjrnldate - is a date that may or maynot be the same for different records.
now when i run the query each record has a unique number. which is exactly what i want.
however, when i rerun the query or click on the random number field the random number changes. i need to be able to run the random number and then that random number not change. right now i have to export the query into MS Excell and then import it back into MSAccess, to do further work on it. i have tried to put in a seed number ie. (55) but that results in all the records having the same random number.
any help appreciated.
Random number:Rnd([DE_fjrnldate])
the DE_fjrnldate - is a date that may or maynot be the same for different records.
now when i run the query each record has a unique number. which is exactly what i want.
however, when i rerun the query or click on the random number field the random number changes. i need to be able to run the random number and then that random number not change. right now i have to export the query into MS Excell and then import it back into MSAccess, to do further work on it. i have tried to put in a seed number ie. (55) but that results in all the records having the same random number.
any help appreciated.