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