Event for adding new record

shevo

Registered User.
Local time
Today, 09:30
Joined
Jun 3, 2007
Messages
16
What is the form event for adding of new records?
I want to make some fields disappear to prevent user input when the user enter a new record.
 
you could use the afterupdate event.
 
You may want the Current event with Me.NewRecord = True
 

Users who are viewing this thread

Back
Top Bottom