Hello,
Here's my case: i have to issue a document that has 2 auto numbers:
One upon creation of the file and the other upon printing.
My initial idea was to create 2 tables, the first contains the "creation" auto number, when i'm ready to print i use an append query to send it to the second table and the second auto number will be assigned automatically.
The thing is that the "creation" auto number and the "printing" auto number won't be at the same order, for example: i might have 3 files, but might print file Number 3 before number 2 and so on and so forth.
Query Append and query update won't work and will give me errors
i really hope someone can give me a constructive idea on how to do it!
Elie.
Here's my case: i have to issue a document that has 2 auto numbers:
One upon creation of the file and the other upon printing.
My initial idea was to create 2 tables, the first contains the "creation" auto number, when i'm ready to print i use an append query to send it to the second table and the second auto number will be assigned automatically.
The thing is that the "creation" auto number and the "printing" auto number won't be at the same order, for example: i might have 3 files, but might print file Number 3 before number 2 and so on and so forth.
Query Append and query update won't work and will give me errors
i really hope someone can give me a constructive idea on how to do it!
Elie.