Name Field

G

Guest

On my form I have one row of information I fill in.
Date, Man Number ( Select From Combo Box ),
Last Name ( Fills In Automatically from Combo Selection ) Tools Received -
Etc.

After the row is filled in a new row pops up under it to start next entry.

What I would like is to have the next row's "Last Name" field automatically
fill in based on the previous rows "Last Name" entry as a default and I would
change if need be.

Thanks
 
F

fredg

On my form I have one row of information I fill in.
Date, Man Number ( Select From Combo Box ),
Last Name ( Fills In Automatically from Combo Selection ) Tools Received -
Etc.

After the row is filled in a new row pops up under it to start next entry.

What I would like is to have the next row's "Last Name" field automatically
fill in based on the previous rows "Last Name" entry as a default and I would
change if need be.

Thanks
Do you really have a field named "Date"?
Date is a reserved Access/VBA/Jet word and should not be used as a
field name.
See the Microsoft KnowledgeBase article for your version of Access:

109312 'Reserved Words in Microsoft Access' for Access 97
209187 'ACC2000: Reserved Words in Microsoft Access'
286335 'ACC2002: Reserved Words in Microsoft Access'
321266 'ACC2002: Microsoft Jet 4.0 Reserved Words'
 

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