No, tables have no events, but then you should never be working directly
with the table.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Jeff Stroope" <(E-Mail Removed)> wrote in message
news:77ECA89B-92F0-45F4-97C1-(E-Mail Removed)...
> Thanks Tom - does a table have an after update event?
> --
> Thanks,
>
> Jeff
>
>
> "Tom van Stiphout" wrote:
>
>> On Thu, 24 Jan 2008 16:16:06 -0800, Jeff Stroope
>> <(E-Mail Removed)> wrote:
>>
>> I am assuming that table is updated using some form. In the
>> Form_AfterUpdate you can write your code: at that time the edits have
>> been committed to the db and it's too late to undo.
>>
>> -Tom.
>>
>>
>> >Hi - in my database I need to send a notification email if the contents
>> >of a
>> >particular table have changed. The problem is, sometimes the user
>> >changes
>> >his mind and undoes his edits. In that case, I don't want to send the
>> >email
>> >because it will be just a false alarm. Is there an easy way to check a
>> >table
>> >when the user exits the databse to see if its contents have changed from
>> >their values at the beginning of the user's session? I was playing
>> >around
>> >with the LastUpdated property of the TableDef object but it didn't seem
>> >to
>> >suit my needs.
>>