View Full Version : Event for adding new record


shevo
03-12-2008, 07:31 PM
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.

wazz
03-13-2008, 01:20 AM
you could use the afterupdate event.

RuralGuy
03-13-2008, 05:01 AM
You may want the Current event with Me.NewRecord = True