S shevo Registered User. Local time Today, 09:30 Joined Jun 3, 2007 Messages 16 Mar 13, 2008 #1 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.
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 Super Moderator Local time Today, 09:30 Joined Jun 29, 2004 Messages 1,711 Mar 13, 2008 #2 you could use the afterupdate event.
RuralGuy AWF VIP Local time Yesterday, 19:30 Joined Jul 2, 2005 Messages 13,825 Mar 13, 2008 #3 You may want the Current event with Me.NewRecord = True