Autoeng
Why me?
- Local time
- Today, 15:01
- Joined
- Aug 13, 2002
- Messages
- 1,302
I have a form displayed in Form view that really represents a data table. I am using form view because we found that the order of items would change even though we put in several stop gap measures to prevent that (none worked). By using form view I can guarentee the order of entries stays the same. When I need to delete an entire line of entries from the form I used the command button wizard and selected Record Operations - Delete Record and placed that button beside each row on the form.
Pretty simple and works well. Now I would like to make two more buttons (one to copy the row and one to paste into a row). Using the command button wizard is not working when selecting Record Operations - Duplicate Record as it makes a copy and automatically inserts it to the next empty row. I would like to copy the information in a row, move to where I want it pasted and then paste it in. What is the On Click procedures for copy and paste command buttons?
Autoeng
Pretty simple and works well. Now I would like to make two more buttons (one to copy the row and one to paste into a row). Using the command button wizard is not working when selecting Record Operations - Duplicate Record as it makes a copy and automatically inserts it to the next empty row. I would like to copy the information in a row, move to where I want it pasted and then paste it in. What is the On Click procedures for copy and paste command buttons?
Autoeng
Last edited: