T
thread
Hi all,
i'm trying to faster proccess,is there a way to place a value fro SQL
sentence inside of vb variable?
for ex.
dim value as integer
docmd.runSQL "SELECT .......,sum([data])...."=>value=sum([data])
i'm trying to faster proccess,is there a way to place a value fro SQL
sentence inside of vb variable?
for ex.
dim value as integer
docmd.runSQL "SELECT .......,sum([data])...."=>value=sum([data])