Aug 3, 2001 #1 giahan Programmer Joined Sep 1, 2000 Messages 139 Location 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 Joined Sep 11, 2000 Messages 1,052 Location 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 Joined Sep 1, 2000 Messages 139 Location US Thanks a lot! GH Upvote 0 Downvote