abhisheknag89
Registered User.
- Local time
- Today, 00:26
- Joined
- Jul 1, 2010
- Messages
- 18
Hey all !
I had a little problem. I have a query that has 2 fields in it and 6 records. I want to create something like an array ideally that stores the 6 values from one of the fields.
I tried this:
Set rst = dbs.OpenRecordset("testquery")
testval = rst3.Fields("minofmin breaker rating")
I expected access to dynamically create an array called "testval" and store the values in it, but of course, that was not the case.
Any idea on how I might be able to achieve this? Thanks!
I had a little problem. I have a query that has 2 fields in it and 6 records. I want to create something like an array ideally that stores the 6 values from one of the fields.
I tried this:
Set rst = dbs.OpenRecordset("testquery")
testval = rst3.Fields("minofmin breaker rating")
I expected access to dynamically create an array called "testval" and store the values in it, but of course, that was not the case.
Any idea on how I might be able to achieve this? Thanks!