A
AccessTester1
I am a newbie to Access. However, I have found almost all the buttons and
it's related codes, i.e., Add record, delete record, save record, with
respective code, i.e., RunCommand.AddRerocd, etc.
What I can't find anywhere is "Edit Recod" button. Nor any command, i.e.,
RunCommand.EditRecord or Do.Cmd, , , EditRect etc.
When form load and opens I want record not in edit mode. so the record that
is displayed on the screen is view only. If user presses "Edit Record"
button then I want to put the displayed record in "EDIT" mode and allow
changes.
It so simple, yet, I can't seem to figure out. By the way I am not using
query in the form. I created form using wizard and I chose table instead of
query in the wizard.
Please help.
Thank you,
AccessTester1
it's related codes, i.e., Add record, delete record, save record, with
respective code, i.e., RunCommand.AddRerocd, etc.
What I can't find anywhere is "Edit Recod" button. Nor any command, i.e.,
RunCommand.EditRecord or Do.Cmd, , , EditRect etc.
When form load and opens I want record not in edit mode. so the record that
is displayed on the screen is view only. If user presses "Edit Record"
button then I want to put the displayed record in "EDIT" mode and allow
changes.
It so simple, yet, I can't seem to figure out. By the way I am not using
query in the form. I created form using wizard and I chose table instead of
query in the wizard.
Please help.
Thank you,
AccessTester1