alarm

  • Thread starter abbas mohammad khani
  • Start date
A

abbas mohammad khani

Hi
can i set an alarm for user When any one add a record in database .
thanks for your favor.
 
J

John W. Vinson

Hi
can i set an alarm for user When any one add a record in database .
thanks for your favor.

Not if they have access to the tables, no. Tables have no programmable events.

If the users can ONLY get to data via Forms you can put code in the Form's
beforeupdate event to issue an alarm, but only then.

--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/Forums/en-US/accessdev/
http://social.answers.microsoft.com/Forums/en-US/addbuz/
and see also http://www.utteraccess.com
 
D

David-W-Fenton

Not if they have access to the tables, no. Tables have no
programmable events.

Well, before A2010, they didn't.
If the users can ONLY get to data via Forms you can put code in
the Form's beforeupdate event to issue an alarm, but only then.

I'm not sure if you can issue an "alarm" with a table-level data
macro in A2010, but you can do other things, like write a record to
a log table.
 

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