G
Guest
I have a standard field which I am going to be parsing using a regular
expression.
I'm going to pull out values from specific locations (such as date), and
filter on them. I will then have a number of independant data objects which
I want to inset into a report. Most likely my storage method until time of
reporting will be a dictionary.
My question is, what is the best or most efficent way to store the temporary
data so that it can be used in (passed into) a standard Access report?
As I iterate through my dictionary I need somewhere to put the data. While
I could use a temporary table, I'm trying to avoid this.
Thanks,
-David
expression.
I'm going to pull out values from specific locations (such as date), and
filter on them. I will then have a number of independant data objects which
I want to inset into a report. Most likely my storage method until time of
reporting will be a dictionary.
My question is, what is the best or most efficent way to store the temporary
data so that it can be used in (passed into) a standard Access report?
As I iterate through my dictionary I need somewhere to put the data. While
I could use a temporary table, I'm trying to avoid this.
Thanks,
-David