lyonder2000
MIS
I have a database that I developed that will have forms with subforms. I also have an export feature that will export the data from the respective table. However, I didn't realize that the subforms throw a twist on a simple SELECT * query.
What is the best way to export out all the data from the main table and the subform tables for each record and include all the data, but avoid duplicates.
What is the best way to export out all the data from the main table and the subform tables for each record and include all the data, but avoid duplicates.