How do I print two labels per entry in database on same sheet?

I need to have two labels using different form fields per entry in the database. Is it possible to create a label main document with the following structure?

Label 1: Name1 + Address1; Label 2: Name1 + ClientCode1; Label 3: Name2 + Address2; Label 4: Name2 + ClientCode2; etc.

Hello,

Nothing in LO to handle this short of possibly writing macros to accomplish. Would think easiest method is to run two sets - one with Name + Address and a second with Name + ClientCode.