Sorry folks, I have been all over the forum, and cannot find a close answer to my issue. Hopefully you can help me out.
I have a table with invoices, I need to assign agents to process the invoices, I want to insert their names from a list I have in another table. I've tried update query, I've tried writing the SQL insert into, and I am not being successful, any help would be greatly appreciated
1st table
Access table inv assigned to invoice # 1 2 3 4 5 6 7
2nd table
Access table agentsNancy John Vicki brian
The results I need
assigned to invoice # Nancy 1 John 2 Vicki 3 brian 4 Nancy 5 John 6 Vicki 7