A
Andy6
I have a table of Products with fields ID, ProdCode, Description, Available,
etc.
I need to run a query on this table and exclude all products with 'No' in
the field [Available] leaving a record set of all available products, easy
enough.
Question:
Is it possible to add a new field within this query that would give me a
TempID numbering the records from 1 to MaxNo of records?
Sounds simple but I'm scratching my head.
Many thanks in advance for any assistance.
Andy.
etc.
I need to run a query on this table and exclude all products with 'No' in
the field [Available] leaving a record set of all available products, easy
enough.
Question:
Is it possible to add a new field within this query that would give me a
TempID numbering the records from 1 to MaxNo of records?
Sounds simple but I'm scratching my head.
Many thanks in advance for any assistance.
Andy.