T
Todd
I'm a new user and I'm hoping this is a very simple
question:
I need to know what the code commands are to write data to
a table from a function.
Basically, I have a while loop that performs a calculation
until a counter is reached. Each time the loop advances,
I want to write the calculation result to a field in a
table, each time through the loop, it should advance to
the next record,and populate the next corresponding record.
What is the code for this?
Note: I realize that there may be simpler ways to do this
with queries and such, however, I need these simple
building blocks of code to do some more complicated stuff
that I don't want to do with queries.
Thanks.
question:
I need to know what the code commands are to write data to
a table from a function.
Basically, I have a while loop that performs a calculation
until a counter is reached. Each time the loop advances,
I want to write the calculation result to a field in a
table, each time through the loop, it should advance to
the next record,and populate the next corresponding record.
What is the code for this?
Note: I realize that there may be simpler ways to do this
with queries and such, however, I need these simple
building blocks of code to do some more complicated stuff
that I don't want to do with queries.
Thanks.