How would i go about doing this?
I've done some basic work with arrays.. writing array data to form list objects.. I have no idea how to use an array as a data source for a report?
Would i need to create a recordset and populate it with the array, then bind the report to it ?
Anyone got some code to explain how this can be done ?
The reason I am asking is the previous developer here built every app using arrays and UDT's... the apps are completely disconnected from the data. Everything is loaded in to arrays..
I've done some basic work with arrays.. writing array data to form list objects.. I have no idea how to use an array as a data source for a report?
Would i need to create a recordset and populate it with the array, then bind the report to it ?
Anyone got some code to explain how this can be done ?
The reason I am asking is the previous developer here built every app using arrays and UDT's... the apps are completely disconnected from the data. Everything is loaded in to arrays..