Click to See Complete Forum and Search --> : Microsoft Access Forms


jim_scott
October 14th, 2005, 11:32 AM
When I Add One set of data and click next to ad the next record of data it clears some of the fields on the form

i wondered can u stop it clearing all the fields and allow so to stay the same as what was enetered in the last added record

thanks

frank

Klymer
October 20th, 2005, 09:36 AM
you will have to set the default values for the fields to the entered value, e.g. like that

in the form_afterUpdate event:
me!<field1>.defaultValue = me!<field1>