Form

G

Geo

I'm creating a form to input inventory transactions. I
want to have two fields that once I put the information in
them, they will retain the value once I go to the next
record.
 
M

Michel Walsh

Hi,


For new records only? In the after update event of the form, try:

Me.ControlName.DefaultValue = """" & Me.ControlName.Value &
""""


Hoping it may help,
Vanderghast, Access MVP
 

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