Counting table hits

G

Guest

I have a db where I maintain tables of information on a central network
location and field people use another access db which links to the tables in
my db. The question is, is there some way to count how many times a certain
table is accessed (hits to that table) and store that information in another
table? I was not able to find any table events, and the forms are on the
remote db's.
 
J

John Vinson

I have a db where I maintain tables of information on a central network
location and field people use another access db which links to the tables in
my db. The question is, is there some way to count how many times a certain
table is accessed (hits to that table) and store that information in another
table? I was not able to find any table events, and the forms are on the
remote db's.

Tables don't HAVE events. Even forms don't keep track, unless you
specifically write code to do so.

I guess, as phrased, the answer has to be "no, you can't".

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top