E
efandango
I want to use a make table(or append) query to generate a suequence of
numbers to go with record lines so that I can use the same generated table
across two 'identical' forms, where in form 1, I can use the first lower
values of the numbered records, and in form two, I can use the higher values.
What code do I need to generate a number sequence in my query. I would
prefer numbers 1-18, but if neccesary, I would settle for a random range,
just so long as they were sequential and that I could demarcate them across
the two forms.
My table for the query already has an autonumber field.
numbers to go with record lines so that I can use the same generated table
across two 'identical' forms, where in form 1, I can use the first lower
values of the numbered records, and in form two, I can use the higher values.
What code do I need to generate a number sequence in my query. I would
prefer numbers 1-18, but if neccesary, I would settle for a random range,
just so long as they were sequential and that I could demarcate them across
the two forms.
My table for the query already has an autonumber field.