G
Guest
Looking for proper syntax for a loop in a loop vba.
I have a table with Job information and another table related to it with
order information. I am looking for a way to loop through all jobs and then
list the orders for each job. I am actually going to print this info to an
email, here is an example of what I would like:
Job 100
Order 1 Order Desc
Order 2 Order Desc
Order 3 Order Desc
Thanks
I have a table with Job information and another table related to it with
order information. I am looking for a way to loop through all jobs and then
list the orders for each job. I am actually going to print this info to an
email, here is an example of what I would like:
Job 100
Order 1 Order Desc
Order 2 Order Desc
Order 3 Order Desc
Thanks