devGarfield
Programmer
Hello All,
I have a table that holds data for overnight uploads, it has 3 fields. I would like to display this information in a form, but I want the data to be displayed like a multi-column report. E.g.
**** Column 1 ***** | ***** Column 2 ****
123155 12/06/2003 Y | 134540 13/02/2004 Y
213990 11/07/2003 N | 233391 12/01/2004 N
124451 16/04/2003 N | 823435 09/05/2003 Y
203970 10/04/2003 Y |
The data is to be loaded Down then Across.
Any suggestions what so ever will be greatly appreciated.
I have a table that holds data for overnight uploads, it has 3 fields. I would like to display this information in a form, but I want the data to be displayed like a multi-column report. E.g.
**** Column 1 ***** | ***** Column 2 ****
123155 12/06/2003 Y | 134540 13/02/2004 Y
213990 11/07/2003 N | 233391 12/01/2004 N
124451 16/04/2003 N | 823435 09/05/2003 Y
203970 10/04/2003 Y |
The data is to be loaded Down then Across.
Any suggestions what so ever will be greatly appreciated.