CHAOSinACT
Registered User.
- Local time
- Tomorrow, 04:06
- Joined
- Mar 18, 2009
- Messages
- 235
i'm loading a ADODB recordset and to simply extract and replace the data in afield.
i've done this in bulk with a 'With" statement but when i try to access a single value in a field it goes all wrong.i would SWEAR that a simple:
sampleVariable = rsCivilActivitySlips!TotalSpent
would work if rsCivilActivitySlips is an open ADODB Recordset and TotalSpent is a field (albeit calculated) in the (in this case) query. Am i bonkers or what?
edit: found that - seems to be other probs in there though they me be EOF issues
i've done this in bulk with a 'With" statement but when i try to access a single value in a field it goes all wrong.i would SWEAR that a simple:
sampleVariable = rsCivilActivitySlips!TotalSpent
would work if rsCivilActivitySlips is an open ADODB Recordset and TotalSpent is a field (albeit calculated) in the (in this case) query. Am i bonkers or what?
edit: found that - seems to be other probs in there though they me be EOF issues
Last edited: