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