I'm using Access 2002 and want to force a record to be saved prior to printing. The VBA command line I'm using is
DoCmd.RunCommand acCmdSave
but this returns the error message
"Error 2046, The Command or Action 'SaveRecord' isn't available now."
Anyone got a work around?
DoCmd.RunCommand acCmdSave
but this returns the error message
"Error 2046, The Command or Action 'SaveRecord' isn't available now."
Anyone got a work around?