P
Paul via AccessMonster.com
I have given as Select statement in my form's record sourse.
(Me.RecordSource = " Select * from My_Table"). And I have a Save Changes
button with code "DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord,
, acMenuVer70". If I am changing any values in the form, it is changing
immediately in the table. I want the changes in the table only after
clicking the Save Changes button, If I didn't press the Save changes
button, The values should not be modified. Please help me.
(Me.RecordSource = " Select * from My_Table"). And I have a Save Changes
button with code "DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord,
, acMenuVer70". If I am changing any values in the form, it is changing
immediately in the table. I want the changes in the table only after
clicking the Save Changes button, If I didn't press the Save changes
button, The values should not be modified. Please help me.