|
-
Nov 7th, 2008, 02:36 PM
#1
Thread Starter
Fanatic Member
Setting Recordset values to a variable
Hello sir,
I am havign recordset created in MS-Access having "no1" field with different datas.
I want all that values to set to a only one variable
Pls do help me in this coding
-
Nov 7th, 2008, 07:41 PM
#2
Re: Setting Recordset values to a variable
Declare an array, connect to the database and populate recordset, loop through recordset and populate array from recordset.
Sample code can be found in VB FAQ forum.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|