Tangent
Always going off on one!
- Local time
- Today, 22:19
- Joined
- Apr 3, 2010
- Messages
- 19
I have the beta version of Access 2010 and have created a form for one of my tables and set allow edit and allow delete to No so that I can't easily accidentally alter any of the info in the table.
I used the Command Button Wizard to create Add Record and Save Record and Delete Record buttons for the form which are all working well.
My problem is that there is no 'Edit Record' in the wizard and there will be times I need to edit the data. I have an Edit Record button in my Address Book I built years ago but am not sure how to create one for my new database.
I searched online and tried entering Me.EditRecord=True in the Onclick event but this didn't work. Any help will be very much appreciated.
I used the Command Button Wizard to create Add Record and Save Record and Delete Record buttons for the form which are all working well.
My problem is that there is no 'Edit Record' in the wizard and there will be times I need to edit the data. I have an Edit Record button in my Address Book I built years ago but am not sure how to create one for my new database.
I searched online and tried entering Me.EditRecord=True in the Onclick event but this didn't work. Any help will be very much appreciated.