Need to create an event for a duplicate record command button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mlb992000
    New Member
    • Dec 2007
    • 5

    Need to create an event for a duplicate record command button

    I have a form that has a duplicate record command button that allows the user to duplicate all information on the form and change two fields. I need to create an event that will clear the two fields once the duplicate record is clicked so that the user will know that it has been clicked. Can anyone help me create this event or any event that will notify the user that the duplicate record button has been clicked?
  • Denburt
    Recognized Expert Top Contributor
    • Mar 2007
    • 1356

    #2
    Me!Field1=""
    Me!Field2=""
    Msgbox "The new record has been created."

    Comment

    Working...