T
Todd
Greetings:
I have a form for user input and some tables that have
static data. I am using a procedure that combines the
user input with data in formulas. There is For...Next
structure with a majority of the arguments being arrays
(one dimensional).
Currently I dump these arrayed arguments into "tblTEMP"
and use this table as a basis for a report. I am
utilizing a 'delete query' to "clean the table".
Question - is there a way to have the report obtain
arrayed arguments from vba ? if so how ?
Thank you in advance for taking the time to answer this
question.
Todd
I have a form for user input and some tables that have
static data. I am using a procedure that combines the
user input with data in formulas. There is For...Next
structure with a majority of the arguments being arrays
(one dimensional).
Currently I dump these arrayed arguments into "tblTEMP"
and use this table as a basis for a report. I am
utilizing a 'delete query' to "clean the table".
Question - is there a way to have the report obtain
arrayed arguments from vba ? if so how ?
Thank you in advance for taking the time to answer this
question.
Todd