M
Mr. Moxie
I am new to access.
I need to have a button on my tab page, that when clicked will do an SQL of
a table (in the same .mdb) and count the number of records in that database
(Select Count(*) from Employee
I need to have this value available as an
integer in the button script. I will then need to set a field in the
existing record to that value.
How do I code the Select inside of the button, and how do I get at the
returned value as an integer?
Thank you.
Darrel
I need to have a button on my tab page, that when clicked will do an SQL of
a table (in the same .mdb) and count the number of records in that database
(Select Count(*) from Employee

integer in the button script. I will then need to set a field in the
existing record to that value.
How do I code the Select inside of the button, and how do I get at the
returned value as an integer?
Thank you.
Darrel