G
Guest
I have set up a list box to connect applications to entities, and the
information is stored in a table, with one record for each entity and an
application list like: 43,29,5,17. This is developed using the For Each
Next loop with itemselected.
Here is my problem is that I don't understand how to use this data in
something that is not another list box. How do I parse this application
field so that I can join with the application table and get the name so I can
print a report of all the applications based on the entity or all the
entities linked to one application.
Do I have to create a new table with a one entity, one application structure
or is there a way to create a temporary dataset that can be used as input to
a query (to be used as input for reports).
information is stored in a table, with one record for each entity and an
application list like: 43,29,5,17. This is developed using the For Each
Next loop with itemselected.
Here is my problem is that I don't understand how to use this data in
something that is not another list box. How do I parse this application
field so that I can join with the application table and get the name so I can
print a report of all the applications based on the entity or all the
entities linked to one application.
Do I have to create a new table with a one entity, one application structure
or is there a way to create a temporary dataset that can be used as input to
a query (to be used as input for reports).