C
Crams
Access 2003.
First:
I like to create an all in one query that:
- create a new record in a table
- retrieve the autonumber ID of that new record
- use that value in a update query for another table.
If such a all-in-one sollution is not possible:
how can I create a solution without using VBA and the maximum of
possibilities of queries themself and a minimum of Macro stuff. I think this
must be possible by answering the next questions.
After a insert query:
How to get autonumberID (using a query) and directly use it as a subquery.
The retrieved value is then used to set a field in a updatequery.
First:
I like to create an all in one query that:
- create a new record in a table
- retrieve the autonumber ID of that new record
- use that value in a update query for another table.
If such a all-in-one sollution is not possible:
how can I create a solution without using VBA and the maximum of
possibilities of queries themself and a minimum of Macro stuff. I think this
must be possible by answering the next questions.
After a insert query:
How to get autonumberID (using a query) and directly use it as a subquery.
The retrieved value is then used to set a field in a updatequery.