Two Tables: Customers (billing address, shipping address); Orders (product detail, shipping address)
How do you use a macro to get the default shipping address from the customer table and populate the shipping address for the order with the default data.
Edit:
LO Version 6.1
OS Version: Windows 7, OS X 10.14.5
MySQL: 8.0.16
My background is in sql administration and Visual Studio; new to the mysql world.
Thanks in advance…