G
Guest
Hello,
I need to know if there is a way to program a function that will be called
from a select query to number each record in the query from 1 to the end of
the records pulled.
As an example I will be using a table with 1 field called client.
I would like to run a select query with the field client and a field with
the function.
I would like the first record pulled to be named 1, the second record pulled
to be named 2, and so on to the end of the records pulled.
I hope I was clear enough to explain the situation, I'm learning vba, but
haven't learned enough to give you an example of what I want to do, because I
don't know how to.
Waylen...
I need to know if there is a way to program a function that will be called
from a select query to number each record in the query from 1 to the end of
the records pulled.
As an example I will be using a table with 1 field called client.
I would like to run a select query with the field client and a field with
the function.
I would like the first record pulled to be named 1, the second record pulled
to be named 2, and so on to the end of the records pulled.
I hope I was clear enough to explain the situation, I'm learning vba, but
haven't learned enough to give you an example of what I want to do, because I
don't know how to.
Waylen...