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?
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.
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.