G
Guest
Hello,
I hope somone can help me solve this problem!
I need to fill an array with Data from a Report!
For i = 1 To Report_UpdateReport.Count
myarray(i) = ?
Next i
How do i fill the array with the information? People suggest me to use the
..EOF command but access dosn't seem to find that command.
I would highly appriciate it if you could help me fill this array. The
field in my report i want is called "parentid" and the reports anme is
UpdateReport
Thank you very much!
~Daniel
I hope somone can help me solve this problem!
I need to fill an array with Data from a Report!
For i = 1 To Report_UpdateReport.Count
myarray(i) = ?
Next i
How do i fill the array with the information? People suggest me to use the
..EOF command but access dosn't seem to find that command.
I would highly appriciate it if you could help me fill this array. The
field in my report i want is called "parentid" and the reports anme is
UpdateReport
Thank you very much!
~Daniel