prepopulate field from previous record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello:

I have a data entry form which has a field "file date", often several
records will have the same file date to enter. I would like to set up this
field so that when I enter a record and go to the next record the file date
field is prepopulated with the file date from the previous record which could
be updated if necessary?

Any thoughts on how I might accomplish this?
 
Try the 1st approach again, but instead of
const cQuote="""" 'Thats two quotes
me!Control.DefaultValue = cQuote & me!Control.Value & cQuotetry me!Control.DefaultValue = Chr(34) & cstr(me!Control.Value) &
Chr(34)
Good luck
 
Back
Top