G
Guest
Hello,
I dynamically populate a subform control, which is in Datasheet format, and
is based on user defined criteria in the main form. Also, the user may right
click to remove certain columns from view.
Is there a way to define/identify the resulting data set, both rows and
columns (I have the rows covered by the SQL statement used to populate the
subform) to export? I know how to export to Excel, I just need to grab those
columns which are visible. As the columns are dynamic, I want to do this
programmatically, based on what the user has selected.
Thanks.
I dynamically populate a subform control, which is in Datasheet format, and
is based on user defined criteria in the main form. Also, the user may right
click to remove certain columns from view.
Is there a way to define/identify the resulting data set, both rows and
columns (I have the rows covered by the SQL statement used to populate the
subform) to export? I know how to export to Excel, I just need to grab those
columns which are visible. As the columns are dynamic, I want to do this
programmatically, based on what the user has selected.
Thanks.