Is it possible for me to add record and update record in same form, i tried by setting Allow Edits, Allow Additions, and Data Entry to Yes, but did not work.
How do i go about doing this: Macros in two buttons or do i need to create a separate form for updating record.
THe simplest method is to allow updating of the current record through “Allow Edit” property of the form. For adding new records you can add a button that executes some vba to insert the record
button1_click