H hemolytucus Registered User. Local time Tomorrow, 09:26 Joined Feb 20, 2014 Messages 12 Apr 9, 2014 #1 Hi All, I'm doing a school project and just need to ask for your help. How can I add a new line of record below a previous record after pressing the add button? I have attached a picture of my project Thanks Attachments HireScreenShot.PNG 13.5 KB · Views: 106
Hi All, I'm doing a school project and just need to ask for your help. How can I add a new line of record below a previous record after pressing the add button? I have attached a picture of my project Thanks
Isskint Slowly Developing Local time Today, 22:26 Joined Apr 25, 2012 Messages 1,302 Apr 9, 2014 #2 In the command buttons OnClick event enter Code: DoCmd.GoToRecord , , acNewRec
H hemolytucus Registered User. Local time Tomorrow, 09:26 Joined Feb 20, 2014 Messages 12 Apr 9, 2014 #3 I tried adding the code and it add new record added a new record but it didn't appear beneath the the previous record.
I tried adding the code and it add new record added a new record but it didn't appear beneath the the previous record.
jdraw Super Moderator Staff member Local time Today, 17:26 Joined Jan 23, 2006 Messages 15,574 Apr 9, 2014 #4 Show us a picture, or tell us what did happen. You may have to add Me.Requery