M
moonmirage
I have a function that returns an integer - let's call that integer
'x'.
How do I insert new records in a table equal to 'x' and insert
something that's modified by x-1 on each pass through the loop? I'm
trying to understand how this would function in Access and the loop
function help doesn't explain it very well.
In particular, I've got [startDate] and [endDate] - short date
formatted. I have the difference between the two in months. Let's
say 1/1/2000 and 3/1/2000. This would return '3' from my function and
I would like 3 new records added to my table with inputs of 1/1/2000,
2/1/2000, and 3/1/2000.
Please help or just point me towards the correct direction if there's
an easier way to do what I want.
'x'.
How do I insert new records in a table equal to 'x' and insert
something that's modified by x-1 on each pass through the loop? I'm
trying to understand how this would function in Access and the loop
function help doesn't explain it very well.
In particular, I've got [startDate] and [endDate] - short date
formatted. I have the difference between the two in months. Let's
say 1/1/2000 and 3/1/2000. This would return '3' from my function and
I would like 3 new records added to my table with inputs of 1/1/2000,
2/1/2000, and 3/1/2000.
Please help or just point me towards the correct direction if there's
an easier way to do what I want.