Aug 3, 2001 #1 giahan Programmer Sep 1, 2000 139 US Hi all, I have a table with 3 columns (ie. itemA, itemC, itemX) How do I create a 2D-Array that store values from itemA, itemX of my table? Thanks in advance! GH
Hi all, I have a table with 3 columns (ie. itemA, itemC, itemX) How do I create a 2D-Array that store values from itemA, itemX of my table? Thanks in advance! GH
Aug 5, 2001 #2 foxbox Programmer Sep 11, 2000 1,052 NL You should look at the GetRows method of a recordset aArray = objRS.GetRows br Gerard Upvote 0 Downvote
Aug 6, 2001 Thread starter #3 giahan Programmer Sep 1, 2000 139 US Thanks a lot! GH Upvote 0 Downvote