J
Jim Shaw
BlankContext: Access 2002
I enter some data into a field in a sub-form which is displaying a record
from an underlying query. Then without exiting the field, I click on a
command button to save the record. The result is an error message that the
save function is not available now. However, when I re-retrieve the record,
the entered data is present in the record (indicating that the data was, in
fact, saved)!
Can anyone explain either this, or the kinds of things that set up this
error?
I don't know where to begin my debugging process.
The form does allow edits.
The save command button is wizard generated without modification...It
generated the DoMenuItem command for a save.
Can it be that the save menu item is only available if me.newrecord = true?
Thanks
Jim
I enter some data into a field in a sub-form which is displaying a record
from an underlying query. Then without exiting the field, I click on a
command button to save the record. The result is an error message that the
save function is not available now. However, when I re-retrieve the record,
the entered data is present in the record (indicating that the data was, in
fact, saved)!
Can anyone explain either this, or the kinds of things that set up this
error?
I don't know where to begin my debugging process.
The form does allow edits.
The save command button is wizard generated without modification...It
generated the DoMenuItem command for a save.
Can it be that the save menu item is only available if me.newrecord = true?
Thanks
Jim