I am learning about GetRows at the moment, thinking it might help speed up one of my applications. I did one thing on a single column within a database table and it came back with the information just like I wanted. However, when I added another column to the first from that same database, it produces my data in a single column down the page, for example:
Ronald Reagan
40
Jimmy Carter
39
Gerald Ford
38
Is there a way to produce the information in a table format, perhaps? Thanks.
Ronald Reagan
40
Jimmy Carter
39
Gerald Ford
38
Is there a way to produce the information in a table format, perhaps? Thanks.