Soundsmith
Programmer
Sorry, folks, here I go again!
In FoxPro, all I needed to do was say something like:
myVar=SELECT myField from MyTable WHERE keyfield=100
I'm trying to do a lot of background processing in a module (no form involved) and trying to avoid repeatedly creating recordsets just to get these single values.
Is there a simple, easy solution?
Thanks... David 'Dasher' Kempton
The Soundsmith
In FoxPro, all I needed to do was say something like:
myVar=SELECT myField from MyTable WHERE keyfield=100
I'm trying to do a lot of background processing in a module (no form involved) and trying to avoid repeatedly creating recordsets just to get these single values.
Is there a simple, easy solution?
Thanks... David 'Dasher' Kempton
The Soundsmith