prepopulate field from previous record

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?
 
M

Malcolm Cook

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
 

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

Top