HI,
I want to the value from the below statement
select count(party_id) from Master
assigned to a variable. so that I can
use for do while condition.
Will this do
dim vCount as variant
vCount = cn.Execute ("select count(party_id) from Master"
Really will solve much of my problems.
Lad
I want to the value from the below statement
select count(party_id) from Master
assigned to a variable. so that I can
use for do while condition.
Will this do
dim vCount as variant
vCount = cn.Execute ("select count(party_id) from Master"
Really will solve much of my problems.
Lad