Create a counter without binding it to a table.

P

Paul S

I want to create a counter on a form which tracks how many times it is
opened. The form is not bound to a table, nor do I want to bind the counter
to one either. Any help would be appreciated.
 
A

Allen Browne

It would probably make better sense to use a table to store this, but if you
don't want to, you could create a custom property on the Form, and in
increment it in Form_Open.

If creating custom properties is new, here's a starting point:
http://allenbrowne.com/ser-09.html
 
P

Paul S

Thanks Allen, I'll give it a try...

Allen Browne said:
It would probably make better sense to use a table to store this, but if you
don't want to, you could create a custom property on the Form, and in
increment it in Form_Open.

If creating custom properties is new, here's a starting point:
http://allenbrowne.com/ser-09.html
 

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

Similar Threads

Counter in subform but... 1
Record counter for navigation 11
Counter Reset 3
Counter reset 1
Creating a record counter in a form 3
Custom Counter refresh 2
Deleting Records 4
Setting a Counter (Code Here) 3

Top