D
don
Hi Group,
Hope someone can help. I have an address Db with a user route that
checks to see if a person is in the Db if not it goes on to search the
address to tie the user to, if the address is not found (new
development) the search criteria info is appended to a possible new
address table for checking before migration into the main gazetteer.
The bit I'm stuck on is being able to update an alternate address ID
in the contacts table with an auto number created when I appended the
new address.
So far I have tries using an append query to get the new address into
the table and a select last query to find last id in table but am
unable to apply the result of this in an update query to the contacts
table.
I hope that makes sense.
Any help either with this or a better solution would be appreciated.
I am still pretty much a novice with this.
Many thanks
DonH
Hope someone can help. I have an address Db with a user route that
checks to see if a person is in the Db if not it goes on to search the
address to tie the user to, if the address is not found (new
development) the search criteria info is appended to a possible new
address table for checking before migration into the main gazetteer.
The bit I'm stuck on is being able to update an alternate address ID
in the contacts table with an auto number created when I appended the
new address.
So far I have tries using an append query to get the new address into
the table and a select last query to find last id in table but am
unable to apply the result of this in an update query to the contacts
table.
I hope that makes sense.
Any help either with this or a better solution would be appreciated.
I am still pretty much a novice with this.
Many thanks
DonH