Copy Value From Previous record Using Only Command Button

1

1aae

Thank You
Copy Value From Previous record Using Only Command Button
This code originally by MVP John Vinson and work correct and used in
form_beforeUpdate
Me.txtHotel.DefaultValue = Chr(34) & Me.texhotel & Chr(34)
but I want Use this code with command button to copy value From Previous
Record Using Only Command Button
Is there any one have any Idea to change this code to work with command
button on any another code
 

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