G
Guest
Hello, I have an access 97 application that uses a bound form. In the past I
would
use
DoCmd.DoMenuItem acFormBar, acFile, acSaveRecord on the click event of a
button that would save and close the screen. This worked fine.
I changed to have the ability to just save while on the screen and not close
it. For a new record, it will correctly save the record but the screen jumps
to a different row in the query. Why would this be happening? Initially the
form was linked to a multiple table query but I switched it to directly go
against one table and I get the same results.
Thanks
Don
would
use
DoCmd.DoMenuItem acFormBar, acFile, acSaveRecord on the click event of a
button that would save and close the screen. This worked fine.
I changed to have the ability to just save while on the screen and not close
it. For a new record, it will correctly save the record but the screen jumps
to a different row in the query. Why would this be happening? Initially the
form was linked to a multiple table query but I switched it to directly go
against one table and I get the same results.
Thanks
Don