U
ulrik.stervbo
Hi group,
I have a query which gives the IDs in TableA which are not already in
TableB. On each ID I need to do some string manipulation and update
TableB.
I am not sure how to work with the query which gives the IDs. Do I
have to save the query, or can I have the statement in the VB code?
How can I get to work on the result of the query?
I imagine that I will loop through a list with IDs, do what I need to
to with them, and update TableB using DoCmd.runSQL "statement".
Thanks for any help
Ulrik
I have a query which gives the IDs in TableA which are not already in
TableB. On each ID I need to do some string manipulation and update
TableB.
I am not sure how to work with the query which gives the IDs. Do I
have to save the query, or can I have the statement in the VB code?
How can I get to work on the result of the query?
I imagine that I will loop through a list with IDs, do what I need to
to with them, and update TableB using DoCmd.runSQL "statement".
Thanks for any help
Ulrik