I don't think you should do this. One of the rules of database design is to avoid duplicating information. You can handle this in queries by checking if "Shipping same as Billing" is TRUE. A CASE WHEN statement could select whether to use the Billing or the Shipping fields based on the TRUE/FALSE value.
Statistics: Posted by FJCC — Sat Aug 10, 2024 11:50 pm