"Save not available here"

  • Thread starter Thread starter TC
  • Start date Start date
I have a form on my FE that executes the following:

DoCmd.RunCommand acCmdSaveRecord

before it goes to print a report. I do this because (I think) it saves any
updated fields to my record before I go off to print it. On my copy of the
FE, I have no problems. On one user's copy, I get an error that the "Save
command is not available here", or some such comment. Any idea what is
going wrong?

TIA

Steve
 
Try taking it off. It might update before it prints
anyway. Another option is to Me.Requery. One possibility
is that the other user is using a different version of
Access.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top