Prefill a field

  • Thread starter Thread starter katanagirl
  • Start date Start date
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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top