G
Guest
Greetings,
I'm trying to find a resource that will tell me how to pull the field/column
names from existing queries to use in a form that will build ad hoc reports.
I'll use the names in a For Each Loop that will assign them to check boxes
to allow the users to select which colums they would like to see.
EX. qryExcelDump has column names: ProjectID, CustomerID, OrderDate, etc.
I would like to query the Query's column names and assign them to Check1,
Check2, etc, similar to what the SwitchBoard editor in Access does to
populate the buttons.
I'm trying to find a resource that will tell me how to pull the field/column
names from existing queries to use in a form that will build ad hoc reports.
I'll use the names in a For Each Loop that will assign them to check boxes
to allow the users to select which colums they would like to see.
EX. qryExcelDump has column names: ProjectID, CustomerID, OrderDate, etc.
I would like to query the Query's column names and assign them to Check1,
Check2, etc, similar to what the SwitchBoard editor in Access does to
populate the buttons.