Prefill a field

K

katanagirl

I'm not sure how to word the question other than to give an example of the
the issue I'm having. I have a subform based on table with beginning
odometer reading and ending odometer reading. When I start a new record, I
would like the ending odometer reading from the previous record to 'prefill'
rather than having to re-type the same information. Perhaps I totally
designed the form incorrectly, but the only information I have to input
includes beginning and ending info.

Anyone have any suggestions?
 
K

Klatuu

Use the form After Update event to assign the DefaultValue property of the
beginning OD number based on the current value of the ending OD number.
 
Top