D
David F
I want to get a record count from a table to use in the VB code of a form
module.
The SQL is simple: SELECT count(*) FROM customers
But how do I assign this to a VB variable?
Something like:
Dim x as integer
X= Execute(SELECT count(*) FROM customers)
Thanks for any ideas.
Dave
module.
The SQL is simple: SELECT count(*) FROM customers
But how do I assign this to a VB variable?
Something like:
Dim x as integer
X= Execute(SELECT count(*) FROM customers)
Thanks for any ideas.
Dave