G
Guest
In Access 2002, I have defined a table, tblAlumnus, I am trying to write a
module which will read sequentially through tblAlumnus, access the data by
the field names I have assigned to it and print lines in a report.
Doing this through queries is getting way too complicated.
How about if I use the module to output records and then run those into a
report?
Which is easier? The latter would allow me to sort differently, which would
be good.
Thanks for any help.
module which will read sequentially through tblAlumnus, access the data by
the field names I have assigned to it and print lines in a report.
Doing this through queries is getting way too complicated.
How about if I use the module to output records and then run those into a
report?
Which is easier? The latter would allow me to sort differently, which would
be good.
Thanks for any help.