Hello
I am looking for a method to display virtual rows in an MS Access application, that is, rows that don't actually exist in any table, but only in memory.
I could probably create a temporary table as I need it, fill it with my 'virtual row' values and then display the temporary table's content in the continuous form. Yet, if possible, I'd like to such a thing without using any temporary tables.
Thanks for any help
Rene
edit: When I refer to a 'row in memory', I mean to say that I have a few variables (possibly stored in an array of arrays) that I want to display on the gui/form the same way as rows stored in a table.