Place your cursor in each of the events in the properties box and the status
bar at the bottom of your screen tells you what each event is. Sounds like
you are looking for the BerforeInsert event.
Thanks for your replies!
Yes, I am using beforeupdate, but there is a problem in using
that 'cause I am generating nos for a field, it should be done only on
insert, if I have the routine in beforeupdate
then every time users update a record, it generates the no.
There is no way to find out if the record being inserted
is new or existing?
Then wouldn't the Before Insert function work? It would assign your number
as the user started creating it, not just before adding it to the table, but
that should not matter.